Commit Graph

342 Commits (9c9346f455eb5b04f58ebfda2b88c6090340b58d)

Author SHA1 Message Date
Nelson Jovel 6e7e64c039 chore: rename counts_by_grade to enrollment_by_grade for clarity
2 years ago
Nelson Jovel a15b01a3e1 fix: instead of looking for 'asian' at the start of a word, look for it
2 years ago
Nelson Jovel 8a0ba0dbea chore: various fixes for race and gender categorization during cleaning.
2 years ago
Nelson Jovel ed755c6732 chore: refactor code so we use a hash instead of a switch statement for long-term performance
2 years ago
rebuilt 85ba1218e3 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
Nelson Jovel 6365cad71b chore: refactor code to put logic into models
2 years ago
Nelson Jovel b983f1e144 chore: fix categorization of gender
2 years ago
Nelson Jovel 3da6016635 chore: add prefer not to disclose to gender. Add code of 7 as an option for prefer to self describe
2 years ago
Nelson Jovel f27a590c5a Convert gender and race text into qualtrics codes during cleaning. Abide by 'prefer not to disclose' for self reported race. Give priority to self reported data but use SIS information as backup
2 years ago
Nelson Jovel 4c32b8f253 fix: catch null condition that was causing a crash
2 years ago
rebuilt ef44c41965 feat: add special education disaggregation
2 years ago
rebuilt 4850f4a2f7 mergeable commit
2 years ago
rebuilt 18ab51c860 chore: upgrade to rails 7.1.
2 years ago
rebuilt 2fd56047d4 Add disaggregation by ELL
2 years ago
rebuilt ce5340648f fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
2 years ago
rebuilt e58ea3f1af feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
2 years ago
rebuilt 2ac30bb107 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 4450b5f331 chore: remove twilio require statement
2 years ago
rebuilt 60c04d768d Add date range to subcategory report export
2 years ago
rebuilt 46b5cbef2d perf: Reduce number of queries. Remove unneeded methods. Combine
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 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
Gabe Farrell 8f0deab53b Use weighted average instead of simple average when calculating response rates
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 dbfc9d1d3a Add automated data cleaning. Modify SurveyItemValues class to use regex
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 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 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 825259bdd8 Merge branch 'rpp-response-rate' into rpp-main to bring in improvements
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
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
rebuilt 03c6bff7bb Load survey responses from sftp folder
3 years ago
rebuilt 72c90b8f47 Add selector for all data
3 years ago
rebuilt 7d7bee6498 Add gender disagreggation
3 years ago
rebuilt a1f3dfaa33 Load gender information to survey item responses
3 years ago
rebuilt 8cdd1b6285 Create gender class. Load genders to database from demographics file
3 years ago
rebuilt 89a7f27b88 Finishes #183092367. Adds ui and graphs to show grade level disaggregations
3 years ago
rebuilt d89a207c31 Load student data for all years and calculate race scores for all
3 years ago
rebuilt 191abdbd50 Align styling to closer match design
3 years ago
rebuilt a4dbeb6718 Change logic on analyze page to include admin data when presenting insufficiency messages and enable/disable academic year checkboxes
3 years ago
rebuilt 105f30f220 Change race score calculations so the average bubbles up through survey_items
3 years ago
rebuilt 50b3bc678c Columns for students by group graph change when corresponding race checkboxes are clicked
3 years ago
rebuilt ff14bad102 Rename Student column to AllStudent so there isn't a naming clash with
3 years ago
rebuilt 26f739090b add race columns to graph
3 years ago
rebuilt 94a58a87d7 Use modules to namespace classes for analyze page
3 years ago
rebuilt c568e8bc06 move methods from analyze helper to background presenter
3 years ago
rebuilt d44a5275b4 Address bug related to story #182855028
3 years ago
rebuilt 12e4e3f177 import students
3 years ago
rebuilt 765ad6a624 Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params
3 years ago
Nelson Jovel 757638f6ca continue refactoring
3 years ago
rebuilt b7abf2bc8b continue refactoring
3 years ago
rebuilt e89358dacc implement suggestions from static code analysis tools
3 years ago
rebuilt bb5f668497 Refactor code based on rubocop and reek suggestions
3 years ago
rebuilt 18b479b8b2 Refactor based on rubocop and reek suggestions
3 years ago
rebuilt ea09fa06b7 Add popup message on admin data exclamation point indicators
3 years ago
rebuilt deaf13c976 Modify behavior of insufficient data indicators for admin data items. Now we show indicators in line with the admin data item descriptions to indicate which items are missing data
3 years ago
rebuilt 7c0794f261 Remove old todos
3 years ago
rebuilt 62b6503816 Renamed remove_zeros method to remove_blanks
3 years ago
rebuilt 01d4448fde Refactored score methods
3 years ago
rebuilt fa35a4230c refactor teacher response rate calculator
4 years ago
rebuilt a6ad132c81 Add counter caches
4 years ago
rebuilt c03615cb43 Rename ResponseRate to ResponseRateCalculator. Create a new response
4 years ago
rebuilt 0e9acc7467 Rename response rate to response rate calculator
4 years ago
rebuilt d15e89f37c memoize all functions in measure
4 years ago
rebuilt a769996054 Refactor response rate into response rate calculator
4 years ago
rebuilt 3778aeb1d6 alter logic for insufficiency so that a count of 0 survey item responses is enough to trigger insufficiency
4 years ago
rebuilt ee80867609 memoize functions in measure.rb
4 years ago
rebuilt 50256cacce Create academic year checkbox selectors. Refresh page with years selected on
4 years ago
Nelson Jovel 30c97f4428 Refactor grouped_bar_column_presenter so it calculates the score from
4 years ago
Nelson Jovel 3d7e62f21f Draw the teacher survey data bar. Finishes #182226823
4 years ago
Nelson Jovel a134de3fdd Implement bullet suggestions and cache overview graph
4 years ago
Nelson Jovel 7a9830915b Create grouped bar chart on analyze page
4 years ago
Nelson Jovel 57bfaa51c6 Exclude boston results. Completes #182117456
4 years ago
Nelson Jovel c2e40fed8d Do not count empty survey items in response rate calculations. Fixes #181922483
4 years ago
Nelson Jovel 0b502ce826 When calculating response rate, only take into account survey items with associated responses. Ignore any survey items with no responses. Finishes #181922483
4 years ago
Nelson Jovel c475744939 Modify score calculations. Ignore any survey item scores of 0.
4 years ago
Nelson Jovel 87e6a998b7 Add one-off script to list scales that lack survey responses
4 years ago