Commit Graph

220 Commits (23e5f9bb481edc923427c74412bc4c00c6ece4ea)

Author SHA1 Message Date
rebuilt 23e5f9bb48 fix: don't concat nils into array
3 months ago
rebuilt 65acd68d84 fix: update how survey data is loaded because some data was missing from previous uploads
3 months ago
rebuilt 4331c01789 chore: add includes call to ensure we don't do an n+1 query
5 months ago
rebuilt 138c61e7f0 ECP-201 Add an unknown categories to the parent survey SES filter
5 months ago
rebuilt 690f2db863 ECP-162 fix benefits so it gets scored correctly
5 months ago
rebuilt a3082037fa fix: ensure loaded survey item responses are uniq by id to avoid PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time (PG::CardinalityViolation)
5 months ago
rebuilt 1da1b238e0 fix: PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time (PG::CardinalityViolation) HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.
5 months ago
rebuilt cab0a3955e finish up adding socio economic disag filter
6 months ago
rebuilt a258b32b39 WIP: create backend for socio-economic-status
6 months ago
rebuilt 2068758ae4 ECP-170 Remove login requirement for Trition. Switch to using predefined passwords stored in the database for district login.
6 months ago
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 76f2467b97 chore: ECP-152 Reduce batch size of survey uploads to 100 at a time from 500 to reduce memory usage and also explicitly run garbage collection so we stay under the 500 mb limit of heroku
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 2fce07e3cd chore: correctly detect missing grade header
9 months ago
rebuilt 044a77cd3d feat: pull down new admin data. Fix problems with some scrapers. For 5D-ii make sure the likert score is 1 if the nurse count is 0. Prevent devision by zero returning infinity. For 3A-ii make sure not to perform division by zero. Likert score will be 1 if the number of guidance couselors, psychologists, or paraprofessionals is zero.
9 months ago
nelson ef9e5b7ebb feat: Add scraper for a-curv-i7. Scrape new admin data for that item
10 months ago
nelson 3d2b32cebf chore: rename sftp environment variable
10 months ago
nelson 83b426fbc9 feat: add scraper for 4D-ii
10 months ago
nelson 4c28b10bd4 feat: finish scraper for students of color in advanced courses
10 months ago
nelson 685bafd52c Fix hs only admin data item. Use alternate method to check if a school is a high school
10 months ago
rebuilt 1de5d4d456 chore: fix problem with enrollment scraper
10 months ago
Nelson Jovel 28c6eb7fc0 chore: scrape new admin data; a-ovpe-i1
11 months ago
Nelson Jovel 2333e9c8c7 feat: add admin data item a-curv-i5 with temporary benchmark of 2
11 months ago
Nelson Jovel 02bcb2b75b feat: add esp counts when calculating teacher participation rates on overview page
11 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 ed3ac25a7b chore: During cleaning, stop execution if grade column isn't found. Also stop execution if a duplicate header is found. Turn off spec for duplicate header check
2 years ago
Nelson Jovel 532ca39e84 chore: speed up survey data loader
2 years ago
Nelson Jovel d820172ff7 chore: Add 'English Learner' and 'DirectCert' as valid column headers
2 years ago
Nelson Jovel c2c8ce3b8d chore: add a way to print out errors in dese id when cleaning files
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
Gabe Farrell 5789ebf564 Faster admin data loader + rename School.school_hash
2 years ago
Gabe Farrell 04d61c0b1a Memoize admin data loader
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 37610e732f chore: alphabetize districts when writing filename for cleaned files
2 years ago
Nelson Jovel 0a32fb50ff fix: no longer support 'form' in filename when cleaning. Only look for 'part X' and add that to the filename if it exists
2 years ago
Nelson Jovel ebf4ca4166 chore: move code that normalizes race data to the Race class
2 years ago
Nelson Jovel 56b512810c chore: remove lowell seeding rules
2 years ago
Nelson Jovel 880b438eb4 chore: reenable test spec that tests data loader for races
2 years ago
Nelson Jovel 36e21515c3 chore: refactor Race out of survey_item_values
2 years ago