Commit Graph

647 Commits (0bd70ca452739a5fe91bd03844abdece275f4857)

Author SHA1 Message Date
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
rebuilt 6b31fa9115 Batch imports for staffing data
3 years ago
rebuilt d059177f0c load total students and batch importing records
3 years ago
rebuilt 2362d884eb Convert admin data loader from using seeder to using factory
3 years ago
rebuilt d0219217de Convert response rate loader spec from using the seeder to using the factory
3 years ago
rebuilt 06f9d2f0e9 Scrape enrollment and staffing information. Seed enrollment and staffing information. Update DatabaseCleaner so it cleans up leftover information in the database. Remove old admin csvs from codebase.
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 ae6d7151b3 Load student respondent information from enrollment loader
3 years ago
rebuilt 79f7915edf Add scopes to SurveyItem for selecting survey items by grade and
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 984fedff02 Add academic year column to enrollment file. Add enrollment loader to seeder file
3 years ago
rebuilt 52d2676f80 Populate db with grade level data
3 years ago
rebuilt 69c089d9bb Remove occurances of MCIEA
3 years ago
rebuilt 7a5e02eed9 Remove unused method item_descriptions from admin_data_presenter and
3 years ago
rebuilt a72fd373dc Remove unused method; item_descriptions
3 years ago
rebuilt 01851d8527 Make sure blank grades in csv load as nils instead of zeros
3 years ago
rebuilt 669fb7f1f0 Correct grade level for kindergarten and add one off task to load test data
3 years ago
rebuilt 3a744db975 Start adding kindergarten
3 years ago
rebuilt b0e84ed82a Modify names and descriptions of subcategories and measures
3 years ago
rebuilt 10515893ff Add elementary school questions to framework.
3 years ago
rebuilt c6b8518cb1 Fix bug with not all survey responses loading when using sftp loader
3 years ago
rebuilt b1200dca33 update default folder for survey responses
3 years ago
rebuilt 7a159f7ddf Process 1000 rows at a time to limit memory usage in production
3 years ago