sqm-dashboards/app/controllers
2023-08-28 13:47:06 -07:00
..
concerns first commit 2017-02-23 12:52:56 -05:00
legacy Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder 2021-12-28 14:10:34 +01:00
analyze_controller.rb Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
application_controller.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
categories_controller.rb Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
gps_controller.rb Add all pillars 2023-02-28 19:08:11 -08:00
home_controller.rb fix: I broke the feature where the site would automatically navigate the user to the latest year that had sufficient data when I made response rates calculate on each page load instead of being precalculated and stored in the database. Instead of a database lookup for response rates that meet the sufficiency threshold, I caculate the latest year when a user chooses a school from the welcome page. 2023-08-28 13:47:06 -07:00
overview_controller.rb perf: Reduce number of queries. Remove unneeded methods. Combine 2023-06-19 20:51:54 -07:00
reports_controller.rb add first pillar 2023-02-28 17:50:21 -08:00
sqm_application_controller.rb Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00