Commit Graph

54 Commits (bdeb89bc8c42ce71add448b4ea564a1ba404f47c)

Author SHA1 Message Date
Nelson Jovel e17a029366 fix: fix broken tests
2 years ago
Nelson Jovel fc2c52984c fix: correct recorded dates of sample csvs
2 years ago
Nelson Jovel c3cb05701f feat: Support two date formats: ISO 8601 and the standard US date format
2 years ago
Nelson Jovel d4109fda6f chore: refactor Race out of survey_item_values
2 years ago
Nelson Jovel 2ef24caf70 Lower threshold for the number of valid student responses from 17 to 11
2 years ago
Nelson Jovel b983f1e144 chore: fix categorization of gender
2 years ago
Nelson Jovel 97ddb09167 chore: add test for checking duplicate headers during cleaning process
2 years ago
rebuilt ef44c41965 feat: add special education disaggregation
2 years ago
rebuilt 2fd56047d4 Add disaggregation by ELL
2 years ago
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 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 23ddaed2ce feat: if admin data value is above 5, round down to 5
2 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 a71ebbc4e4 Add Overall Response Rate
3 years ago
rebuilt dbfc9d1d3a Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago
rebuilt 8bd65d367b make sure spec tests what it's supposed to test; that the value of the responses gets updated when a new information is loaded from another csv
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 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
rebuilt 12e4e3f177 import students
3 years ago
rebuilt 765ad6a624 Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params
3 years ago
rebuilt deaf13c976 Modify behavior of insufficient data indicators for admin data items. Now we show indicators in line with the admin data item descriptions to indicate which items are missing data
3 years ago
rebuilt 7e5b235668 Print out invalid values when loading admin data
3 years ago
Nelson Jovel 9ecc501e24 Display measure scores. Finishes #181754978
4 years ago
Nelson Jovel 101c252896 Import survey item responses based on DESE ID instead of qualtrics school code. Finishes #181704978
4 years ago
Nelson Jovel 5a9e8a9b01 Add metadata for 2019-20 year. Finishes #181530277
4 years ago
Nelson Jovel 36da912253 Modify survey item response csv files for 2019-20 to correct incorrect likert scores
4 years ago
Nelson Jovel c98c0f1e30 Add metadata for 2019-2020 school year. Finishes #181530277
4 years ago
rebuilt 286e74b651 Seed db with surveys to keep track of school, year, and survey type
4 years ago
rebuilt fcec3de233 Modify collection rate for admin data items. Take into account if a
4 years ago
rebuilt 59865cd874 Show response rate for students
4 years ago
Nelson Jovel cacc853518 Adds category short description to database and renders descriptions in
4 years ago
rebuilt b5badfaef5 Add DESE ID to schools
4 years ago
Alex Basson 228cf137ad Finishes #179904795. Adds prompts to measures section on browse page
4 years ago
Alex Basson a269bb0ec1 Try reporting on batch inserts
4 years ago
Alex Basson 027a2eeb31 Update survey response csvs to use ISO 8601 date format
4 years ago
Alex Basson 3b7695c615 Update teacher survey responses to cleaned csv
4 years ago