Commit Graph

18 Commits (7bd7923d41ff6674d4531bb75d4aa0f63bb79b15)

Author SHA1 Message Date
rebuilt 7bd7923d41 fix: ensure cleaner outputs columns for all survey items. Before the fix, if a survey item varient (ending in -1, ie s-tint-q1-1) did not have a matching survey item s-tint-q1, the resulting csv would not include that column
2 years ago
rebuilt 2c9df34fac fix: start fixing problem with variants not getting added to the cleaned csv
2 years ago
rebuilt 2ac30bb107 feat: Add income table to the database. Add seeder for income. Add a reference to income from survey item response. Update the loader to import income data from the survey response csv. Refactor analyze controller to extract presenter. Add corresponding specs. Add income graph to analyze page
2 years ago
rebuilt c4b90a711c Fix: make sure values don't get reordered after copying over row values from survey item variants. This fixes a problem where cleaner would produce a row with likert scores that got shifted to align with the wrong column
3 years ago
rebuilt 5f66d3d99a Fix: enable correct detection of student surveys types by rejecting any
3 years ago
rebuilt 0f23053294 It's possible for admin data likert score values to be above 5. If that happens, we
3 years ago
rebuilt c789c46032 Don't check standard deviation for early education surveys
3 years ago
rebuilt e058c523b6 Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
rebuilt a71ebbc4e4 Add Overall Response Rate
3 years ago
rebuilt dbfc9d1d3a Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago
rebuilt 05bff3ee89 Memoize schools in SurveyItemValues and academic_years in AcademicYear
3 years ago
rebuilt 282a671531 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.
3 years ago
rebuilt 01851d8527 Make sure blank grades in csv load as nils instead of zeros
3 years ago
rebuilt 3a744db975 Start adding kindergarten
3 years ago
rebuilt 03c6bff7bb Load survey responses from sftp folder
3 years ago
rebuilt eeeb4f5d14 Add Stoklosa survey responses
3 years ago
rebuilt d5533bb756 Support survey item variants. Survey item id's in the format s-sbel-q1-1 will load into s-sbel-q1
3 years ago
rebuilt a1b7db9b2e Add ability to load student demographic information for only lowell
3 years ago