Commit Graph

138 Commits (063810a9d7c03228759059e8e351987edd8304fb)

Author SHA1 Message Date
Nelson Jovel 063810a9d7 chore: make sure to load races in data loader instead of student loader
2 years ago
Nelson Jovel 381625f58b chore: reenable test spec that tests data loader for races
2 years ago
Nelson Jovel 317fe3239a chore: refactor Race out of survey_item_values
2 years ago
Nelson Jovel a295b8afb9 chore: refactor Gender out out of survey_item_values row
2 years ago
Nelson Jovel 0359dae88a chore: rename counts_by_grade to enrollment_by_grade for clarity
2 years ago
Nelson Jovel ee5e53f992 chore: Make sure 'hispanic' column only gets applied when using SIS race information
2 years ago
Nelson Jovel 6f265302ea feat: if the filename includes the words 'form' or 'part' add that to the resulting cleaned filename
2 years ago
Nelson Jovel fe039e3d04 chore: various fixes for race and gender categorization during cleaning.
2 years ago
rebuilt a07728fcd6 feat: We no longer trust the progress number that gets exported from qualtrics. Instead during the cleaning progress, perform a manual count of the number of responses to filter out rows that don't meet the minimum threshold.
2 years ago
rebuilt 9d680c5159 chore: upgrade to rails 7.1.
2 years ago
rebuilt acfdaf5587 feat: add special education disaggregation
2 years ago
rebuilt 5bdffec8f9 Add disaggregation by ELL
2 years ago
rebuilt 245cde85cd Add disaggregation by ELL
2 years ago
rebuilt 6db93cb116 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt a1b580048b chore: remove precalculated race scores. Calculate race scores on every reload
2 years ago
rebuilt 76ebcc6ef3 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 7373e2e52f fix: Filter out responses that don't correspond to the grades the school serves
2 years ago
rebuilt 1265a164b9 feat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
2 years ago
rebuilt e42aa05324 chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data
2 years ago
rebuilt 8f276a5f1a feat: if admin data value is above 5, round down to 5
2 years ago
rebuilt 22cc303a95 fix: There was an n+1 problem where we looked up the list of schools for
2 years ago
rebuilt 784e23982e feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses
2 years ago
rebuilt 25a2698ac9 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 f7c40c2da2 Fix: enable correct detection of student surveys types by rejecting any
3 years ago
rebuilt 2445642586 Don't write a file if there's an empty dataset
3 years ago
rebuilt 6b2bceceb6 Fix: Parse headers when they are surrounded by quotes. This helps load recent csv files correctly
3 years ago
rebuilt ce76c979a4 Add scraper for 3B-i student/#courses ratio
3 years ago
rebuilt 904d0d2f2c It's possible for admin data likert score values to be above 5. If that happens, we
3 years ago
rebuilt 3589878700 Don't check standard deviation for early education surveys
3 years ago
rebuilt 89295f8832 Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
rebuilt 6022739f07 use district short name when writing filename
3 years ago
rebuilt f749b96006 update response_date to recorded_date
3 years ago
rebuilt 9d0f8659f1 Adjust valid duration threshold of short form items
3 years ago
rebuilt 37e932e078 Fix regression in student loader
3 years ago
rebuilt 0dfc9726d0 Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago
rebuilt a066f464c7 fix failing tests
3 years ago
rebuilt f1022728fa Fix problem with dese scraper lumping in 2021-22 data as 2022-23 data.
3 years ago
rebuilt 798ba1f340 Only return files in sftp directory, not other directories
3 years ago
rebuilt 001d3083c8 Calculate response rate on the fly instead of looking it up from the db
3 years ago
rebuilt cee7aa4c59 Remove unused filename
3 years ago
rebuilt d3a28f7635 Fix ThreeATwo scraper
3 years ago
rebuilt 07ed8dd259 Update logic for calculating student response rate. Remove references
3 years ago
rebuilt 357c7427d1 Batch imports for staffing data
3 years ago
rebuilt d272e48adc load total students and batch importing records
3 years ago
rebuilt cf2b2433e9 Use an sftp uri unique to MCIEA
3 years ago
rebuilt a5da0fb0c6 Fix bug with not all survey responses loading when using sftp loader
3 years ago
rebuilt ef087a6cd0 update default folder for survey responses
3 years ago
rebuilt 47c1856281 Process 1000 rows at a time to limit memory usage in production
3 years ago
rebuilt 640de1c8df Don't print sftptogo_url
3 years ago
rebuilt 380048f5cd Load survey responses from sftp folder
3 years ago