sqm-dashboards/app/controllers
rebuilt 058cbb0f6e fix: ECP-124 Update grade range to be the union of grades found in the database and the enrollment of the school. "Subcategory - School & District"
# Fixed reported grades
	     # Runs faster
      "Measure - District only"
	      # Should only be run per district
	      # Runs faster
	      # Fixed reported grades
      "Measure - School & District"
	      # Reports the grades that took the survey for that school+year; not the grades that responded to the measure
	      # Runs faster
	      # Fixed reported grades
      "Beyond Learning Loss"
      		# Runs faster
      "Beyond Learning Loss - Response Rate"
      		# Fixed reported grades
      "Survey Item - By Item"
	      # may be able to speed it up by getting all averages in a single request
	      # Fixed reported grades
      "Survey Item - By Grade"
      		# Fixed reported grades
	      #may be able to speed it up by getting all averages in a single request
      "Survey Entries - by Measure"
      		# No changes
2025-04-29 11:06:38 -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 parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales 2024-10-08 15:16:50 -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
exports_controller.rb fix: ECP-124 Update grade range to be the union of grades found in the database and the enrollment of the school. "Subcategory - School & District" 2025-04-29 11:06:38 -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: Correctly navigate the user to the latest academic year when no data exists for the school 2023-12-12 10:57:46 -08:00
overview_controller.rb Show parent response rate 2024-11-03 12:47:25 -08:00
reports_controller.rb add first pillar 2023-02-28 17:50:21 -08:00
sqm_application_controller.rb feat: switch analyze page to use hotwire. Fix n_size count for teacher 2024-06-11 13:48:02 -07:00