sqm-dashboards/app/services
rebuilt 30285efd69 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 17:14:41 -07:00
..
dese Add automated data cleaning. Modify SurveyItemValues class to use regex 2023-05-16 13:38:29 -07:00
rule Add ability to load student demographic information for only lowell 2022-12-03 11:33:11 -08:00
sftp Only return files in sftp directory, not other directories 2023-04-26 15:55:10 -07: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 17:14:41 -07:00
cleaner.rb Use short district name for cleaned csv 2023-05-28 17:11:27 -07:00
demographic_loader.rb move csv require statement to application.rb 2023-02-27 15:47:20 -08:00
enrollment_loader.rb Add New Jersey enrollment and staffing data 2023-05-28 17:11:52 -07:00
race_score_loader.rb Calculate response rate on the fly instead of looking it up from the db 2023-04-20 20:27:01 -07:00
staffing_loader.rb Add New Jersey enrollment and staffing data 2023-05-28 17:11:52 -07:00
student_loader.rb Fix regression in student loader 2023-05-19 13:48:16 -07:00
survey_item_values.rb Don't check standard deviation for early education surveys 2023-06-02 16:05:45 -07:00
survey_responses_data_loader.rb Fix regression in student loader 2023-05-19 13:48:16 -07:00