sqm-dashboards/app/controllers
rebuilt a469b3d85b 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-05-01 10:54:02 -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-11-13 14:01:15 -08: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-22 14:00:20 -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-05-01 10:54:02 -07:00
home_controller.rb fix: Correctly navigate the user to the latest academic year when no data exists for the school 2023-12-18 15:59:08 -08:00
overview_controller.rb feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales 2024-11-14 09:12:09 -08:00
sqm_application_controller.rb Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00