- controllers are not covered with rspecs
- gem 'simplecov' is added in Gemfile but is not correctly implemented and it is not generating the html file to check the specs coverage.
- Query should not be written on views. check on app/views/component/gupdates_index/_index.html.erb
- There is an examples controller which is of no use, we should not keep the redundant code.
- provide_names_and_ids method is not being used anywhere in the code which is defined in concern inside model