rebuilt
4afa030141
chore: remove precalculated race scores. Calculate race scores on every reload
2 years ago
rebuilt
f035c4d9ad
fix: Filter out responses that don't correspond to the grades the school serves
2 years ago
rebuilt
5f49746bf4
feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt
1cb2bb9dc0
fix: zeitwork eager loads all require statements. I removed twilio from Gem dependencies so I had to remove it from code as well or it breaks deployments
2 years ago
rebuilt
6edc0db868
feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
2 years ago
rebuilt
bec80b405a
fix: revert rounding up the response rate so we can make sure to patch a bug first. Only show gender/race/grade/income graphs if the the school meets the minimum response rate of 25%
2 years ago
rebuilt
234eae6d3d
feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
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
rebuilt
703928c234
Add date range to subcategory report export
2 years ago
Gabe Farrell
37013c4b12
Use weighted average instead of simple average when calculating response rates
3 years ago
rebuilt
fae530d21f
perf: Reduce number of queries. Remove unneeded methods. Combine
...
subcategory and measure queries in controller
3 years ago
rebuilt
d306319de1
perf: memoize function when calculating response rates
3 years ago
rebuilt
452876ef09
perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt
1aaed0682e
Modify subcategory report to be threaded
3 years ago
rebuilt
aab4e78a71
Add District, School Code, and Grade columns to subcategory report
3 years ago
rebuilt
c2503541ff
Fix: Ensure proper detection of survey type. Make sure to remove any survey item ids that end with the survey variant style of '-1'
3 years ago
rebuilt
87ca23df79
Add subcategory report
3 years ago
rebuilt
2e3461b685
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
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
359e266a6c
Remove unused TODOs
3 years ago
rebuilt
ca31bd3217
cap response rate per grade at 100
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
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
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
dcade06ce2
Fix failing tests
3 years ago
rebuilt
c8ef3b11c9
file must exist so emptying the file to see if the app stops crashing
3 years ago
rebuilt
86e67d3965
Temporarily disable reporting because its crashing production. No data has been seeded and the logs are reporting this class as causing the crash?
3 years ago
rebuilt
4c4ccc01cc
Merge branch 'rpp-response-rate' to bring in changes to test files
3 years ago
rebuilt
eb043f2b2d
Add placeholder for testing response rate calculation
3 years ago
rebuilt
e6f7d27e0c
Implement bullet suggestions for GPS report
3 years ago
rebuilt
b6b88da328
Add all pillars
3 years ago
rebuilt
8128af200b
add first pillar
3 years ago
rebuilt
c0332955f3
move csv require statement to application.rb
3 years ago
rebuilt
d9c47dbc4d
fix boston usage
3 years ago
rebuilt
045bd15485
Fix boston
3 years ago
rebuilt
cb970895ac
Scope doesn't work. Revert to using class method.
3 years ago
rebuilt
bdb9455919
Move raw_response_rate method down to student/teacher classes
3 years ago
rebuilt
5d07f06a65
Add scope for boston
3 years ago
rebuilt
79f7915edf
Add scopes to SurveyItem for selecting survey items by grade and
...
subcategory. Add notes to student response rate calculator
3 years ago
rebuilt
5e0ba556bf
Automatically detect the survey type by grade
3 years ago
Nelson Jovel
cfece47993
document other queries for story
3 years ago
rebuilt
396e8e9008
example queries
3 years ago
rebuilt
52d2676f80
Populate db with grade level data
3 years ago