You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/controllers
rebuilt 2ac30bb107
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
2 years ago
..
concerns first commit 9 years ago
legacy Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder 4 years ago
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 2 years ago
application_controller.rb Refactor code based on rubocop and reek suggestions 3 years ago
categories_controller.rb Update logic for calculating student response rate. Remove references 3 years ago
gps_controller.rb Add all pillars 3 years ago
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. 2 years ago
overview_controller.rb perf: Reduce number of queries. Remove unneeded methods. Combine 3 years ago
reports_controller.rb add first pillar 3 years ago
sqm_application_controller.rb Update logic for calculating student response rate. Remove references 3 years ago