sqm-dashboards/app/services
rebuilt 0f23053294 It's possible for admin data likert score values to be above 5. If that happens, we
cap the likert score at 5.   This was happening already at the scraper
level but it's also now being done by the admin data loader for safety.
Also make sure to just update admin data instead of deleting and
reloading all values each load. Add tests to confirm this behavior
2023-06-03 16:47:03 -07:00
..
dese Add automated data cleaning. Modify SurveyItemValues class to use regex 2023-05-16 13:39:12 -07:00
rule Add ability to load student demographic information for only lowell 2022-12-03 11:33:11 -08:00
sftp Add Overall Response Rate 2023-05-22 16:03:34 +00:00
admin_data_loader.rb 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
cleaner.rb Add automated data cleaning. Modify SurveyItemValues class to use regex 2023-05-16 13:39:12 -07:00
demographic_loader.rb move csv require statement to application.rb 2023-02-27 15:47:20 -08:00
enrollment_loader.rb load total students and batch importing records 2023-03-08 04:48:25 -08:00
race_score_loader.rb Calculate response rate on the fly instead of looking it up from the db 2023-04-22 10:35:50 -07:00
staffing_loader.rb Update logic for calculating student response rate. Remove references 2023-04-08 10:59:48 -07:00
student_loader.rb Fix regression in student loader 2023-05-19 13:49:00 -07:00
survey_item_values.rb 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
survey_responses_data_loader.rb Add Overall Response Rate 2023-05-22 16:03:34 +00:00