rebuilt
b72c173c0b
Add webmanifest
3 years ago
rebuilt
dd94b283fa
Remove hotjar
3 years ago
rebuilt
51d5d72730
Fix sizing of partial data indicators
3 years ago
rebuilt
1526bb2532
Set doctype to html5
3 years ago
rebuilt
09be5f1fc8
Make sure to perform authorization when switching districts. Make sure to use apparition for system specs
3 years ago
rebuilt
d48a4efda2
Round all averages to two decimal places
3 years ago
rebuilt
3c30808a5e
Fix response rates for small schools by accounting for expected minimum counts of responses less than 10
3 years ago
rebuilt
b5be86d74d
Add Waupun and Dunellen school districts
3 years ago
rebuilt
170bc79f96
update ship it to use 'yarn jest' instead of 'yarn test' so javascript test will run correctly
3 years ago
rebuilt
359e266a6c
Remove unused TODOs
3 years ago
rebuilt
c5373b5e99
Add most recent admin data
3 years ago
rebuilt
3f2a7dff50
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
ca31bd3217
cap response rate per grade at 100
3 years ago
rebuilt
fb963f63e0
Clean up rake tasks to get data:load_survey_responses working
3 years ago
rebuilt
4b7d2e6feb
Only return files in sftp directory, not other directories
3 years ago
rebuilt
541f29108b
Rename DataAvailability to Summary
3 years ago
rebuilt
596ce25737
Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
3 years ago
rebuilt
f68b650d8b
Calculate response rate on the fly instead of looking it up from the db
...
when calculating response rates.
3 years ago
rebuilt
df317d8ef6
Add updated admin data
3 years ago
rebuilt
10cedd2310
Remove unused filename
3 years ago
rebuilt
1395d42848
Add older admin data file archive
3 years ago
rebuilt
5b2bae0d92
Fix ThreeATwo scraper
3 years ago
rebuilt
28f7d5647e
Set a minimum threshold of 10 survey item responses to calculate scores per survey item
3 years ago
rebuilt
cfe97c6718
rename counts_by_grade method to the more descriptive enrollment_by_grade
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
56b55bf5b6
update framework to include early education survey items
3 years ago
rebuilt
a2a01a4c73
bump plugin versions
3 years ago
rebuilt
a93b79151c
update response load task for maynard
3 years ago
rebuilt
aaf1c8906e
Add tests to make sure teacher survey items don't pollute the graphs for
...
students of unknown genders
3 years ago
rebuilt
a656441fcd
Fix oneoff script for ECP so it doesn't skip non-lowell schools
3 years ago
rebuilt
0283f1d0d9
Revert "eliminate space between bottom content and red divider"
...
This reverts commit 59490faa71 .
3 years ago
rebuilt
59490faa71
eliminate space between bottom content and red divider
3 years ago
rebuilt
2305e32f6d
Make sure when checking for sufficient gender responses that we only check student survey items
3 years ago
rebuilt
e1c750b8d7
Revert "temporarily turn off caching based on the response rate timestamp"
...
This reverts commit 1c99f55528 .
3 years ago
rebuilt
1c99f55528
temporarily turn off caching based on the response rate timestamp
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
bc6d2dcaf9
disable puts statement from calculator
3 years ago
rebuilt
b250ebe415
Memoize schools in SurveyItemValues and academic_years in AcademicYear
...
for performace improvement
3 years ago
rebuilt
c15cb7b483
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
1d30ff5977
update rails
3 years ago
rebuilt
3254d54fca
Revert "switch to running tests in parallel"
...
This reverts commit 561571e1e0 .
3 years ago
rebuilt
561571e1e0
switch to running tests in parallel
3 years ago
rebuilt
d7fa505285
remove unneeded column
3 years ago
rebuilt
4f49ed6067
Remove standard from gemfile
3 years ago
rebuilt
8ea793d019
Remove redundant DatabaseCleaner config setup
3 years ago
rebuilt
da103ea95b
Remove file that should not have been committed
3 years ago
rebuilt
dcade06ce2
Fix failing tests
3 years ago
rebuilt
658995c427
Actions aren't running on push so only define main branch as the trigger to see if that reenables ci
3 years ago