rebuilt
a066f464c7
fix failing tests
3 years ago
rebuilt
a21a11f809
specify gender column
3 years ago
rebuilt
80431e7660
Add most recent admin data
3 years ago
rebuilt
f1022728fa
Fix problem with dese scraper lumping in 2021-22 data as 2022-23 data.
...
Deleted unused csvs. Turned off puts statements in admin loader.
Remove old, now unused admin data loader class.
3 years ago
rebuilt
c42b569e78
cap response rate per grade at 100
3 years ago
rebuilt
798ba1f340
Only return files in sftp directory, not other directories
3 years ago
rebuilt
03efd88284
Do not create response rate entries in the database when loading survey item responses
3 years ago
rebuilt
0ed6cbe6b4
Rename DataAvailability to Summary
3 years ago
rebuilt
09963c3323
Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
3 years ago
rebuilt
001d3083c8
Calculate response rate on the fly instead of looking it up from the db
...
when calculating response rates.
3 years ago
rebuilt
7f9b96fdb3
Add updated admin data
3 years ago
rebuilt
cee7aa4c59
Remove unused filename
3 years ago
rebuilt
1f8aea31de
Add older admin data file archive
3 years ago
rebuilt
d3a28f7635
Fix ThreeATwo scraper
3 years ago
rebuilt
30e006ee0d
Set a minimum threshold of 10 survey item responses to calculate scores per survey item
3 years ago
rebuilt
982f216c6c
rename counts_by_grade method to the more descriptive enrollment_by_grade
3 years ago
rebuilt
07ed8dd259
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
0bfde2805a
temporarily turn off caching based on the response rate timestamp
3 years ago
rebuilt
63f453d258
Update seeder to use ActiveRecord imports
3 years ago
rebuilt
357c7427d1
Batch imports for staffing data
3 years ago
rebuilt
d272e48adc
load total students and batch importing records
3 years ago
Nelson Jovel
98ba54c305
Convert dese::loader from using seeder to factories
3 years ago
Nelson Jovel
9228e3dbaf
convert student loader from seeding to factories
3 years ago
rebuilt
049ae4548f
Don't add another response rate record to the database. Just calculate on the fly. Otherwise we can run into a situation where we create two response rates for a given school/academic_year/subcategory
3 years ago
rebuilt
283845edd3
Add tests to make sure teacher survey items don't pollute the graphs for
...
students of unknown genders
3 years ago
rebuilt
7208cbb661
Add tests to make sure teacher survey items don't pollute the graphs for
...
students of unknown genders
3 years ago
rebuilt
63b1615bef
Make sure when checking for sufficient gender responses that we only check student survey items
3 years ago
rebuilt
098110433a
Remove duplicate line
3 years ago
rebuilt
5f58a5516e
print the number of student and teacher respondents
3 years ago
rebuilt
f7818fc9f6
make sure test database is cleaned before and after every test
3 years ago
rebuilt
9749cd1abb
Remove standard from gemfile
3 years ago
rebuilt
de478b7761
update reline
3 years ago
rebuilt
1290e52626
Correct branch name for ci
3 years ago
rebuilt
1b987f245b
Run ci when mciea-main code is pushed to github
3 years ago
rebuilt
36ea63332b
Add 2022-23 survey results
3 years ago
rebuilt
ad6561444a
Update ruby version
3 years ago
rebuilt
95e105e20b
Merge branch 'mciea-sftp-and-memory-fix' into mciea-main
3 years ago
rebuilt
8fb3019050
Patch security vulnerabilities
3 years ago
rebuilt
549d0eaa22
Add script to load 2016-18 data
3 years ago
rebuilt
6d770938ef
Swap survey data loading from local files to SFTP
3 years ago
rebuilt
14570b3c33
update tasks so that data gets loaded from sftp. Add task to delete 2016-17, and 2017-18 data
3 years ago
rebuilt
cf2b2433e9
Use an sftp uri unique to MCIEA
3 years ago
rebuilt
a5da0fb0c6
Fix bug with not all survey responses loading when using sftp loader
3 years ago
rebuilt
ef087a6cd0
update default folder for survey responses
3 years ago
rebuilt
47c1856281
Process 1000 rows at a time to limit memory usage in production
3 years ago
rebuilt
640de1c8df
Don't print sftptogo_url
3 years ago
rebuilt
380048f5cd
Load survey responses from sftp folder
3 years ago
rebuilt
6f986ff8a1
add proof of concept sftp downloader
3 years ago
rebuilt
f423bc734c
Add script to load 2016-18 data
3 years ago
Nelson Jovel
46e3d98172
update rails version
3 years ago