sqm-dashboards/spec/services
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
..
dese Merge branch 'rpp-response-rate' into rpp-main to bring in improvements 2023-03-22 16:52:55 -07:00
admin_data_loader_spec.rb Convert admin data loader from using seeder to using factory 2023-03-07 11:12:52 -08:00
demographic_loader_spec.rb Change label for unknown race 2022-12-10 15:44:56 -08:00
enrollment_loader_spec.rb load total students and batch importing records 2023-03-08 04:48:25 -08:00
race_score_loader_spec.rb Load student data for all years and calculate race scores for all 2022-08-20 15:07:15 -07:00
staffing_loader_spec.rb Batch imports for staffing data 2023-03-08 04:51:15 -08:00
student_loader_spec.rb convert student loader from seeding to factories 2023-03-07 22:09:58 -08:00
survey_responses_data_loader_spec.rb 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