Commit Graph

58 Commits (72e38f5ee827b1b1c1f3211647ee3ea1db8f7604)

Author SHA1 Message Date
rebuilt 9d8543afae feat: Update cleaner and uploader to load gender data from parent surveys
6 months ago
rebuilt 5b00454a1b ECP-125 feat:
7 months ago
rebuilt 0f457becf0 feat: create a parents by language graph
7 months ago
rebuilt 3a5a368a35 feat: Update demographics file with housing statuses. Create housing class. Update survey_item_values.rb to parse housing info. Update cleaner to output housing info.
9 months ago
rebuilt 1de5d4d456 chore: fix problem with enrollment scraper
10 months ago
Nelson Jovel beb93aa8e8 fix: make sure all likert scores get counted even when the survey item id has different capitalization. Add tests for uploading parent data. Change the parent response rate calcuation to count all students in the school instead of just for the grades that were given the student survey
1 year ago
Nelson Jovel 0c661930e9 Show parent response rate
1 year ago
Nelson Jovel e5e969b968 feat: add parent survey gauges
1 year ago
Nelson Jovel d2968c5cef chore: add another variant for column name
1 year ago
Nelson Jovel d820172ff7 chore: Add 'English Learner' and 'DirectCert' as valid column headers
2 years ago
Nelson Jovel ea2feb138b add disaggregation glossary
2 years ago
Nelson Jovel e60a30911c chore: add more rules for finding disaggregation columns and parsing sped values
2 years ago
Nelson Jovel 8bb6f5e8f0 Add ell income and sped parsing rules for SIS data. Add tests for the
2 years ago
Nelson Jovel 33da0859b9 Split academic year into seasons if the academic year's range is
2 years ago
Nelson Jovel 2cb43058a0 fix: loosen restrictions on date format
2 years ago
Nelson Jovel 289b04bc69 match an additional format for Dates. Supported dates are now '1/10/2022 14:21:45' '2022-1-10T14:21:45' '2022-1-10 14:21:45'
2 years ago
Nelson Jovel d6735d449d feat: Support two date formats: ISO 8601 and the standard US date format
2 years ago
Nelson Jovel 03349b0ed5 chore: support alternate format for recorded date
2 years ago
Nelson Jovel ebf4ca4166 chore: move code that normalizes race data to the Race class
2 years ago
Nelson Jovel 36e21515c3 chore: refactor Race out of survey_item_values
2 years ago
Nelson Jovel e7fb009425 chore: refactor Gender out out of survey_item_values row
2 years ago
Nelson Jovel ea079e927b chore: rename counts_by_grade to enrollment_by_grade for clarity
2 years ago
Nelson Jovel 41d942c214 chore: Make sure 'hispanic' column only gets applied when using SIS race information
2 years ago
Nelson Jovel 3f44613085 chore: various fixes for race and gender categorization during cleaning.
2 years ago
Nelson Jovel 883731bce1 feat: Support SIS categories for race in the form of 'White and Asian'
2 years ago
Nelson Jovel 0931950eaf chore: make sure to output race and gender columns during cleaning
2 years ago
Nelson Jovel b7e670bb60 Lower threshold for the number of valid student responses from 17 to 11
2 years ago
Nelson Jovel 7dc881f654 chore: refactor code to put logic into models
2 years ago
Nelson Jovel e325f38c43 Convert gender and race text into qualtrics codes during cleaning. Abide by 'prefer not to disclose' for self reported race. Give priority to self reported data but use SIS information as backup
2 years ago
Nelson Jovel f6f78bcd58 fix: make sure to grab the 'Gender- Qcode' column
2 years ago
Nelson Jovel 8bebe7db42 chore: since it's now possible for there to be multiple district and dese id columns separated by a dash and a number, be more explicit when we only want to filter out survey item ids that end in a -1
2 years ago
Nelson Jovel b63c327d33 chore: when searching for dese id, split up pattern so that to be more explicit about the order in which to search out the columns that might have the dese ID we're looking for.
2 years ago
rebuilt 1a707eb6bc feat: load student responses in the same pass as loading the survey responses
2 years ago
rebuilt e3fbbabce5 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 48e795fcfb feat: add special education disaggregation
2 years ago
rebuilt 060d7aa55a Add disaggregation by ELL
2 years ago
rebuilt abea2cb8fa feat: support multiple columns for race and gender information
2 years ago
rebuilt 463e4c9452 fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
2 years ago
rebuilt 714b90b3eb 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 2321897283 fix: start fixing problem with variants not getting added to the cleaned csv
2 years ago
rebuilt 5f49746bf4 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt 4f035f6a63 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
Nelson Jovel 0a2c5e02c5 feat: add ability to merge disaggregation data with raw survey data to
3 years ago
rebuilt e2d24a9bec 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 ddf9a628d5 Fix: enable correct detection of student surveys types by rejecting any
3 years ago
rebuilt abe7a8804c Don't check standard deviation for early education surveys
3 years ago
rebuilt 9aeb5f92af Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
rebuilt e3ae12b425 update response_date to recorded_date
3 years ago
rebuilt 8ef8cfce58 Adjust valid duration threshold of short form items
3 years ago
rebuilt 4509c157fa Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago