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
rebuilt
a2232f9c27
Merge pull request #9 from MCIEA/add-license-1
...
Create LICENSE
3 years ago
rebuilt
bd4938a7ec
Create LICENSE
3 years ago
rebuilt
f7902c40b5
Swap survey data loading from local files to SFTP
3 years ago
rebuilt
fa3759ecb7
update tasks so that data gets loaded from sftp. Add task to delete 2016-17, and 2017-18 data
3 years ago
rebuilt
ba132a5cb9
Use an sftp uri unique to MCIEA
3 years ago
rebuilt
7e7f41d276
Fix bug with not all survey responses loading when using sftp loader
3 years ago
rebuilt
af99138628
update default folder for survey responses
3 years ago
rebuilt
e008e62c2e
Process 1000 rows at a time to limit memory usage in production
3 years ago
rebuilt
8793506a03
Don't print sftptogo_url
3 years ago
rebuilt
185e7d46e4
Load survey responses from sftp folder
3 years ago
rebuilt
8fa079451c
add proof of concept sftp downloader
3 years ago
rebuilt
5118358b43
Also run student demographic loader when loading survey data
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