sqm-dashboards/spec
2023-06-26 14:05:51 -07:00
..
controllers merge disagreggation features 2023-01-12 17:02:34 -08:00
fixtures It's possible for admin data likert score values to be above 5. If that happens, we 2023-06-03 16:47:03 -07:00
javascript Replace javascript logic with hotwire. Also hide district dropdown on 2022-12-14 13:41:34 -08:00
lib Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-22 10:36:00 -07:00
models update tests for subcategory report 2023-06-26 11:38:41 -07:00
presenters The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey. 2023-05-24 11:22:17 -07:00
requests add first pillar 2023-02-28 17:50:21 -08:00
services fix: There was an n+1 problem where we looked up the list of schools for 2023-06-26 11:38:33 -07:00
support Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder 2021-12-28 14:10:34 +01:00
system fix: we deleted non-lowell schools from the master list so the journey spec completely failed. This commit fixes the basic case of viewing the overview page. Navigation to other pages seems broken in the spec but not when running in development. I'm not sure if I'll continue using apparition since it's no longer in active development. I'll wait to fix the rest of the flow until I decide what test framework I'll continue using 2023-06-26 14:05:51 -07:00
views Add Overall Response Rate 2023-05-22 16:03:34 +00:00
factories.rb Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
rails_helper.rb Add automated data cleaning. Modify SurveyItemValues class to use regex 2023-05-16 13:39:12 -07:00
spec_helper.rb Make sure to use apparition for system specs 2023-05-16 13:33:55 -07:00