sqm-dashboards/spec
rebuilt 65b8599c6e 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-08 10:59:48 -07:00
..
controllers merge disagreggation features 2023-01-12 17:02:34 -08:00
fixtures make sure spec tests what it's supposed to test; that the value of the responses gets updated when a new information is loaded from another csv 2023-03-29 16:24:56 -07:00
javascript Replace javascript logic with hotwire. Also hide district dropdown on 2022-12-14 13:41:34 -08:00
lib Load student respondent information from enrollment loader 2023-02-27 12:29:16 -08:00
models Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
presenters Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
requests add first pillar 2023-02-28 17:50:21 -08:00
services Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -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-08 10:59:48 -07:00
views Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
factories.rb Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
rails_helper.rb Change survey data loader spec to use factorybot objects instead of loading seeds. Change databasecleaner to use transaction. Add back babel-preset dependency to fix failing javascript test in production. 2023-03-29 15:45:48 -07:00
spec_helper.rb Autoformat code with rubocop 2022-03-04 15:29:54 +01:00