Commit Graph

72 Commits (926757b7256f46817eb6868e61fa6be91d55914e)

Author SHA1 Message Date
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 0f457becf0 feat: create a parents by language graph
7 months ago
nelson b2e7c45ddd ECP-77 Make sure admin data seeder updates the description from the latest column
10 months ago
Nelson Jovel 02bcb2b75b feat: add esp counts when calculating teacher participation rates on overview page
11 months ago
Nelson Jovel 7e98f7446c fix: tests
1 year 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 e5e969b968 feat: add parent survey gauges
1 year ago
Nelson Jovel d8d2f0f91d fix: correctly load survey items from sample framework file. Fix broken tests
1 year ago
Nelson Jovel fd61d2753d chore: add parsing rules for income: 'yes', 'no' and sped: 'No special needs' and ell: 'ELL'
2 years ago
Nelson Jovel f6f0a45dd2 chore: update glossary values to include parsing rules for when we encounter headers
2 years ago
Nelson Jovel b1f942133b update parsing rules from glossary
2 years ago
Nelson Jovel ea2feb138b add disaggregation glossary
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 fb04bc37b3 fix: fix broken tests
2 years ago
Nelson Jovel d6735d449d feat: Support two date formats: ISO 8601 and the standard US date format
2 years ago
Nelson Jovel 36e21515c3 chore: refactor Race out of survey_item_values
2 years ago
Nelson Jovel b7e670bb60 Lower threshold for the number of valid student responses from 17 to 11
2 years ago
Nelson Jovel 6e05909423 chore: fix categorization of gender
2 years ago
Nelson Jovel 305ddf2b1a chore: add test for checking duplicate headers during cleaning process
2 years ago
rebuilt 48e795fcfb feat: add special education disaggregation
2 years ago
rebuilt 060d7aa55a Add disaggregation by ELL
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 a785c69c44 Add Overall Response Rate
2 years ago
rebuilt 5c7729beeb feat: if admin data value is above 5, round down to 5
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 30285efd69 It's possible for admin data likert score values to be above 5. If that happens, we
3 years ago
rebuilt 4509c157fa Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago
rebuilt c15cb7b483 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 d7fa505285 remove unneeded column
3 years ago
rebuilt fbfaafa996 Update school/framework files for ecp schools. Fix tests. Update fixture files with dese ids of schools in the consortium.
3 years ago
rebuilt 06f9d2f0e9 Scrape enrollment and staffing information. Seed enrollment and staffing information. Update DatabaseCleaner so it cleans up leftover information in the database. Remove old admin csvs from codebase.
3 years ago
rebuilt 52d2676f80 Populate db with grade level data
3 years ago
rebuilt 01851d8527 Make sure blank grades in csv load as nils instead of zeros
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 53a08d41bf Change label for unknown race
3 years ago
rebuilt a1b7db9b2e Add ability to load student demographic information for only lowell
3 years ago
rebuilt d49cf918ac Add a way to seed only lowell schools
3 years ago
rebuilt fc9e73f656 make sure survey responses for Butler get loaded correctly
3 years ago
rebuilt 7d7bee6498 Add gender disagreggation
3 years ago
rebuilt a1f3dfaa33 Load gender information to survey item responses
3 years ago
rebuilt 8cdd1b6285 Create gender class. Load genders to database from demographics file
3 years ago
rebuilt 89a7f27b88 Finishes #183092367. Adds ui and graphs to show grade level disaggregations
3 years ago
Nelson Jovel 6ed405d16d Update student csvs
3 years ago
rebuilt 048aacd641 Add admin data for 4D. Finishes #182818489 and #182793402
3 years ago
rebuilt 1e349519bc Update framework. Remove/Add admin data items. Finishes #182819940
3 years ago