Commit Graph

679 Commits (eab277b877cf25b0a816f901b759f6b2002a0c6b)

Author SHA1 Message Date
rebuilt 46b5cbef2d perf: Reduce number of queries. Remove unneeded methods. Combine
3 years ago
rebuilt 05f535ed5c perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt 3dd8631083 perf: memoize function when calculating response rates
3 years ago
rebuilt 8a23296ca5 perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt 7cf6c6cc24 Modify subcategory report to be threaded
3 years ago
rebuilt f29d72abff Add District, School Code, and Grade columns to subcategory report
3 years ago
rebuilt c4b90a711c Fix: make sure values don't get reordered after copying over row values from survey item variants. This fixes a problem where cleaner would produce a row with likert scores that got shifted to align with the wrong column
3 years ago
rebuilt ed421ceea8 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 5f66d3d99a Fix: enable correct detection of student surveys types by rejecting any
3 years ago
rebuilt 02a2c6cd97 Don't write a file if there's an empty dataset
3 years ago
Gabe Farrell 8f0deab53b Use weighted average instead of simple average when calculating response rates
3 years ago
rebuilt 3f4aa8e7af Fix: Parse headers when they are surrounded by quotes. This helps load recent csv files correctly
3 years ago
rebuilt 0f23053294 It's possible for admin data likert score values to be above 5. If that happens, we
3 years ago
rebuilt c789c46032 Don't check standard deviation for early education surveys
3 years ago
rebuilt e058c523b6 Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
Gabe Farrell 960fcd570c Add Overall Response Rate Popover
3 years ago
rebuilt 2a3f69b813 The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
3 years ago
rebuilt 391cfdc49a specify that we are using the top level Subcategory class instead of the Report::Subcategory class
3 years ago
rebuilt 08c946a469 Add subcategory report
3 years ago
rebuilt f590bc9dd5 Add subcategory report
3 years ago
rebuilt e30a999aee Move color definitions out of response rate presenter and into _colors.scss
3 years ago
rebuilt a71ebbc4e4 Add Overall Response Rate
3 years ago
rebuilt 435bc4a5be Fix regression in student loader
3 years ago
rebuilt dbfc9d1d3a Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago
rebuilt 9f33a776b6 Add viewport and context meta tags
3 years ago
rebuilt c94d025fc6 Add meta description to application template
3 years ago
rebuilt 787c26e465 Add meta tag
3 years ago
rebuilt bff5509c25 Fix sizing of partial data indicators
3 years ago
rebuilt a91898119e Set doctype to html5
3 years ago
rebuilt 1a27b980d0 Round all averages to two decimal places
3 years ago
rebuilt 9f21a76ba4 Fix response rates for small schools by accounting for expected minimum counts of responses less than 10
3 years ago
rebuilt c33c00b845 Rename DataAvailability to Summary
3 years ago
rebuilt 0bd70ca452 Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
3 years ago
rebuilt 2e0d266434 Calculate response rate on the fly instead of looking it up from the db
3 years ago
rebuilt 654bb7df08 Remove unused filename
3 years ago
rebuilt 91bacfeb13 Fix ThreeATwo scraper
3 years ago
rebuilt aa3a67406b Set a minimum threshold of 10 survey item responses to calculate scores per survey item
3 years ago
rebuilt c14960517b rename counts_by_grade method to the more descriptive enrollment_by_grade
3 years ago
rebuilt 65b8599c6e Update logic for calculating student response rate. Remove references
3 years ago
rebuilt 6764f31cbb Make sure when checking for sufficient gender responses that we only check student survey items
3 years ago
rebuilt 05bff3ee89 Memoize schools in SurveyItemValues and academic_years in AcademicYear
3 years ago
rebuilt 282a671531 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 36a6d93628 Capitalize 'data' in analyze graph. Remove the word 'admin' from data
3 years ago
rebuilt 319685c7d8 remove admin from text under the count of admin data sources
3 years ago
rebuilt e37bec083f Fix icon not showing up on category page
3 years ago
rebuilt 825259bdd8 Merge branch 'rpp-response-rate' into rpp-main to bring in improvements
3 years ago
rebuilt 1595c3a58c rename admin data to school data
3 years ago
rebuilt 25f839e728 Add favicon
3 years ago
rebuilt eb043f2b2d Add placeholder for testing response rate calculation
3 years ago
rebuilt 99c6c5bd90 Update seeder to use ActiveRecord imports
3 years ago