Commit Graph

621 Commits (f749b9600694a8a0bf52f16a13e3e68e85fe08ea)

Author SHA1 Message Date
rebuilt f749b96006 update response_date to recorded_date
3 years ago
rebuilt 9d0f8659f1 Adjust valid duration threshold of short form items
3 years ago
rebuilt 37e932e078 Fix regression in student loader
3 years ago
rebuilt 0dfc9726d0 Add automated data cleaning. Modify SurveyItemValues class to use regex
3 years ago
rebuilt b5dc933187 Add subcategory report
3 years ago
rebuilt c57ec6157c Round all averages to two decimal places
3 years ago
rebuilt 6b2555c1f0 Fix response rates for small schools by accounting for expected minimum counts of responses less than 10
3 years ago
rebuilt a066f464c7 fix failing tests
3 years ago
rebuilt f1022728fa Fix problem with dese scraper lumping in 2021-22 data as 2022-23 data.
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 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
3 years ago
rebuilt cee7aa4c59 Remove unused filename
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
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
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 63b1615bef Make sure when checking for sufficient gender responses that we only check student survey items
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 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
rebuilt ed421296c7 Fix bug that caused an incorrect score of 1 to be assigned for admin
3 years ago
rebuilt 06f49fc17f add more colors
3 years ago
rebuilt 7b9abe3793 Scrape latest data from DESE
3 years ago
rebuilt 7ddada5050 Update empty dataset indicators
3 years ago
rebuilt 880da0d8ff Only show district dropdown if there is more than one district in the database
3 years ago
rebuilt 4c2a299510 Fix hotwire test
3 years ago
rebuilt b884021f66 Rename race column from 'Race/Ethnicity not listed' to 'Not Listed'
3 years ago
rebuilt 69179ce157 Replace javascript logic with hotwire. Also hide district dropdown on
3 years ago
rebuilt c58686c032 rename race and gender modules to avoid naming collision with race and gender classes
3 years ago
rebuilt 850ef9d1cd Make sure demographic loader doesn't break when changing the designation of a Race
3 years ago
rebuilt bb9ea9b22d Add admin data messages to analyze page for insufficient/irrelevant states
3 years ago
rebuilt 53a08d41bf Change label for unknown race
3 years ago
rebuilt a1b7db9b2e Add ability to load student demographic information for only lowell
3 years ago
rebuilt d49cf918ac Add a way to seed only lowell schools
3 years ago
rebuilt fc9e73f656 make sure survey responses for Butler get loaded correctly
3 years ago
rebuilt 9bbba64e9e Add rules to the survey data loader to allow skipping non-lowell schools
3 years ago
rebuilt 1f7fa8146c Fix bug that happens when you view gender scores for multiple years
3 years ago