Gabe Farrell
9b0cc1527f
candidate ~1.1s
2 years ago
Gabe Farrell
d82f40aa3d
Feat: add grade-level survey item report
2 years ago
Gabe Farrell
a085afb3b6
Feat: Add task to generate item-level survey report
2 years ago
Nelson Jovel
e14240a9a4
chore: create script for resetting respondents
2 years ago
Nelson Jovel
91e8211673
feat: Add more measures to bll request
2 years ago
Nelson Jovel
2b66a1139a
fix: remove duplicate measure ids from report
2 years ago
Nelson Jovel
0864b6e901
fix: make sure averages for admin data scales are included in report
2 years ago
Nelson Jovel
e83865ad55
feat: create beyond learning loss report
2 years ago
Nelson Jovel
5d5bc310bf
chore: update source of truth and add a way to delete 'Library Access' measure from database
2 years ago
Nelson Jovel
6ba367471b
Revert "chore: update source of truth and add a way to delete 'Library Access' measure from database"
...
This reverts commit a030cb1811 .
2 years ago
Nelson Jovel
a030cb1811
chore: update source of truth and add a way to delete 'Library Access' measure from database
2 years ago
Nelson Jovel
ee4343383c
feat: create a score csv report for measures
2 years ago
rebuilt
1a707eb6bc
feat: load student responses in the same pass as loading the survey responses
...
chore: remove student loader since loading students is now done with the survey response loader
2 years ago
rebuilt
2d90516f9f
feat: add command for loading survey responses from arbitrary sftp directory
2 years ago
rebuilt
060d7aa55a
Add disaggregation by ELL
2 years ago
rebuilt
4e33c8e173
chore: remove unused tasks
2 years ago
rebuilt
ca71eeb710
chore: accidentally left dese admin data commented out. Turn it back on
2 years ago
rebuilt
cbd5687ff0
feat: Add out of state admin data
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
Gabe Farrell
527aa66796
Patch upload script over from rpp
3 years ago
Gabe Farrell
b07a675427
Add cleaned data upload script for Lowell
3 years ago
Nelson Jovel
0a2c5e02c5
feat: add ability to merge disaggregation data with raw survey data to
...
produce a cleaned csv with merged income disaggregation columns
3 years ago
rebuilt
30285efd69
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
87ca23df79
Add subcategory report
3 years ago
rebuilt
4509c157fa
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
vineeshathallapaneni@gmail.com
5cf5a5f383
added tasks to find stray responses and skipped questions
3 years ago
rebuilt
fb963f63e0
Clean up rake tasks to get data:load_survey_responses working
3 years ago
rebuilt
128748addd
Update logic for calculating student response rate. Remove references
...
to survey table. We no longer check or keep track of the survey type.
Instead we look in the database to see if a survey item has at least 10
responses. If it does, that survey item was presented to the respondent
and we count it, and all responses when calculating the response rate.
Remove response rate timestamp from caching logic because we no longer
add the response rate to the database. All response rates are calculated
on the fly
Update three_b_two scraper to use teacher only numbers
swap over to using https://profiles.doe.mass.edu/statereport/gradesubjectstaffing.aspx as the source of staffing information
3 years ago
rebuilt
a93b79151c
update response load task for maynard
3 years ago
rebuilt
a656441fcd
Fix oneoff script for ECP so it doesn't skip non-lowell schools
3 years ago
rebuilt
d9ed53c846
also set response rate thresholds
3 years ago
rebuilt
7aac39340b
and one off script to temporarily set student and teacher response rates for lee to 100 percent
3 years ago
rebuilt
35cbb640ec
add one-off script to load lee data
3 years ago
rebuilt
4c4ccc01cc
Merge branch 'rpp-response-rate' to bring in changes to test files
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
c0332955f3
move csv require statement to application.rb
3 years ago
rebuilt
ae6d7151b3
Load student respondent information from enrollment loader
3 years ago
rebuilt
984fedff02
Add academic year column to enrollment file. Add enrollment loader to seeder file
3 years ago
rebuilt
83ab2cfef0
Add one_off script for loading 2022-23 data
3 years ago
rebuilt
669fb7f1f0
Correct grade level for kindergarten and add one off task to load test data
3 years ago
rebuilt
3a744db975
Start adding kindergarten
3 years ago
rebuilt
03c6bff7bb
Load survey responses from sftp folder
3 years ago
rebuilt
eeeb4f5d14
Add Stoklosa survey responses
3 years ago
rebuilt
d97b62b527
update logo and hero image
3 years ago
rebuilt
e2bf24e883
Add rules to the survey data loader to allow skipping non-lowell schools
3 years ago
rebuilt
a2caf42fee
merge disagreggation features
3 years ago
rebuilt
e8825c6796
fix rake task for uploading responses so that it also loads student racial information
3 years ago
rebuilt
8c8dc39465
Also delete response rates for non lowell schools
3 years ago
rebuilt
7b9abe3793
Scrape latest data from DESE
3 years ago
rebuilt
0500d7c93f
Add a way to delete non-lowell schools and districts
3 years ago