sqm-dashboards/app/controllers
2023-08-28 13:46:23 -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 feat: Add income table to the database. Add seeder for income. Add a reference to income from survey item response. Update the loader to import income data from the survey response csv. Refactor analyze controller to extract presenter. Add corresponding specs. Add income graph to analyze page 2023-07-07 09:14:36 -07:00
application_controller.rb Remove hotjar 2023-05-15 14:55:12 -07:00
categories_controller.rb Update logic for calculating student response rate. Remove references 2023-04-18 13:59:29 -07:00
gps_controller.rb Temporarily disable reporting because its crashing production. No data has been seeded and the logs are reporting this class as causing the crash? 2023-03-18 13:46:54 -07: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:46:23 -07:00
overview_controller.rb Add Overall Response Rate 2023-08-09 15:13:58 -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-18 13:59:29 -07:00