nelson
bc37d53347
ECP-77 Make sure admin data seeder updates the description from the latest column
10 months ago
Nelson Jovel
534f42dfe0
feat: add esp counts when calculating teacher participation rates on overview page
11 months ago
Nelson Jovel
b4c4522956
fix: tests
1 year ago
Nelson Jovel
308efbc6dc
fix: fix merges from main
1 year ago
Nelson Jovel
e741b60bec
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
300530caf4
feat: add parent survey gauges
1 year ago
Nelson Jovel
0bbd7c5cf1
feat: add parent survey gauges
1 year ago
Nelson Jovel
f689ee8ee5
fix: correctly load survey items from sample framework file. Fix broken tests
1 year ago
Nelson Jovel
051f156126
chore: add parsing rules for income: 'yes', 'no' and sped: 'No special needs' and ell: 'ELL'
2 years ago
Nelson Jovel
74fdc89fc2
chore: update glossary values to include parsing rules for when we encounter headers
2 years ago
Nelson Jovel
c4d4c35766
update parsing rules from glossary
2 years ago
Nelson Jovel
8e7fbdfb2c
add disaggregation glossary
2 years ago
Nelson Jovel
65c25fc3c7
Add ell income and sped parsing rules for SIS data. Add tests for the
...
new inputs.
2 years ago
Nelson Jovel
2561fa28fc
feat: Split academic year into seasons if the academic year's range is
...
initialized with a season, i.e. "2024-25 Fall". Update scapers for
admin data, enrollment and staffing to use the new range standard
correctly. Update the loaders for admin data, enrollment and staffing
so that it populates all seasons in a given year. So admin data for
2024-25 gets loaded into "2024-25 Fall" and "2024-25 Spring". Add tests
for the new range format. Set the default cutoff for the start of Spring season will be the last Sunday in February
2 years ago
Nelson Jovel
67ffc996a8
Revert "Split academic year into seasons if the academic year's range is"
...
This reverts commit a5d4cccb37 .
2 years ago
Nelson Jovel
a5d4cccb37
Split academic year into seasons if the academic year's range is
...
initialized with a season, i.e. "2024-25 Fall". Update scapers for
admin data, enrollment and staffing to use the new range standard
correctly. Update the loaders for admin data, enrollment and staffing
so that it populates all seasons in a given year. So admin data for
2024-25 gets loaded into "2024-25 Fall" and "2024-25 Spring". Add tests
for the new range format. Set the default cutoff for the start of Spring season will be the last Sunday in February
2 years ago
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
...
used in google sheets
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
...
cap the likert score at 5. This was happening already at the scraper
level but it's also now being done by the admin data loader for safety.
Also make sure to just update admin data instead of deleting and
reloading all values each load. Add tests to confirm this behavior
3 years ago
rebuilt
a71ebbc4e4
Add Overall Response Rate
3 years ago
rebuilt
dbfc9d1d3a
Add automated data cleaning. Modify SurveyItemValues class to use regex
...
instead of hard coded values. Produce a clean csv and a csv with all
the removed values and columns with reason for removal. Add script for
running cleaning for each project
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