sqm-dashboards/spec
rebuilt 07ed8dd259 Update logic for calculating student response rate. Remove references
to survey table.  We no longer check or keep track of the survey type.
Instead we look in the database to see if a survey item has at least 10
responses.  If it does, that survey item was presented to the respondent
and we count it, and all responses when calculating the response rate.

Remove response rate timestamp from caching logic because we no longer
add the response rate to the database. All response rates are calculated
on the fly

Update three_b_two scraper to use teacher only numbers

swap over to using https://profiles.doe.mass.edu/statereport/gradesubjectstaffing.aspx as the source of staffing information
2023-04-22 14:00:20 -07:00
..
controllers Replace javascript logic with hotwire. Also hide district dropdown on 2022-12-14 13:41:34 -08:00
fixtures Support survey item variants. Survey item id's in the format s-sbel-q1-1 will load into s-sbel-q1 2023-01-12 17:02:05 -08:00
javascript Replace javascript logic with hotwire. Also hide district dropdown on 2022-12-14 13:41:34 -08:00
lib Add a way to seed only lowell schools 2022-12-03 10:23:02 -08:00
models Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
presenters Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
routing/legacy Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder 2021-12-28 14:10:34 +01:00
services Batch imports for staffing data 2023-04-22 13:19:34 -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 Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
views Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
factories.rb Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
rails_helper.rb make sure test database is cleaned before and after every test 2023-03-23 15:55:07 -07:00
spec_helper.rb Autoformat code with rubocop 2022-03-04 15:29:54 +01:00