sqm-dashboards/app/models
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 fix: enum format in question.rb 2024-11-21 13:59:06 -08:00
report 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
academic_year.rb feat: restore hotwire functionality on analyze page 2024-06-27 10:58:45 -07:00
admin_data_item.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
admin_data_value.rb Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params 2022-07-26 06:52:50 -07:00
application_record.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
category.rb chore: extract overview partials 2024-11-13 13:57:54 -08:00
district.rb use district short name when writing filename 2023-05-31 17:12:40 -07:00
ell.rb chore: Triton added new values to ell disaggregation data; 'Yes' => 'ELL', 'No' => 'Not ELL' 2025-03-20 13:13:03 -07:00
gender.rb feat: restore hotwire functionality on analyze page 2024-06-27 10:58:45 -07:00
housing.rb feat: create a parents by language graph 2025-04-30 16:03:29 -07:00
income.rb chore: add parsing rules for income: 'yes', 'no' and sped: 'No special needs' and ell: 'ELL' 2024-05-22 17:34:19 -07:00
language.rb feat: create a parents by language graph 2025-04-30 16:03:29 -07:00
legacy.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
measure.rb WIP: bubble up averages for language calculations. Make sure n-size only counts responses for a given measure. Update tests 2025-04-25 16:22:36 -07:00
parent.rb WIP: add multiple languages to parent 2025-04-25 16:21:13 -07:00
parent_language.rb WIP: add multiple languages to parent 2025-04-25 16:21:13 -07:00
race.rb chore: handle cases where the pivot table inserts headers instead of actual values for gender and race 2024-06-24 19:09:57 -07:00
respondent.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
response_rate.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
response_rate_calculator.rb fix: make sure response rate gets rounded to nearest integer 2024-01-12 14:18:39 -08:00
sample.rb Load student data for all years and calculate race scores for all 2022-08-20 15:07:15 -07:00
scale.rb feat: show parent scales on variance chart 2024-11-14 09:21:11 -08:00
school.rb feat: Split academic year into seasons if the academic year's range is 2024-04-27 14:24:05 -07:00
score.rb chore: update to rails 8 2024-11-21 13:58:05 -08:00
sped.rb chore: correct parsing for 'not sped' and 'lep not first year' 2024-06-26 12:05:05 -07:00
student.rb Change race score calculations so the average bubbles up through survey_items 2022-08-10 09:58:11 -07:00
student_race.rb import students 2022-07-29 15:34:56 -07:00
student_response_rate_calculator.rb feat: generate new bll report for Ashley 2024-12-20 12:25:42 -08:00
subcategory.rb chore: correct parsing for 'not sped' and 'lep not first year' 2024-06-26 12:05:05 -07:00
summary.rb Rename DataAvailability to Summary 2023-04-22 14:24:39 -07:00
survey_item.rb Speed up survey item by item report from 75 to 23 seconds. Reduce 2025-01-23 11:34:06 -08:00
survey_item_response.rb WIP: bubble up averages for language calculations. Make sure n-size only counts responses for a given measure. Update tests 2025-04-25 16:22:36 -07:00
teacher_response_rate_calculator.rb feat: update response rates on the browse page to add esp to teachers for a more accurate response rate 2025-01-23 11:35:53 -08:00
today.rb implement suggestions from static code analysis tools 2022-07-12 19:15:54 -07:00