Commit Graph

125 Commits (b58ff3e519c8d16e3d83fa5cc1fa5f04a7cee7c7)

Author SHA1 Message Date
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 35c8199887 Reorder gender columns
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 fae530d21f perf: Reduce number of queries. Remove unneeded methods. Combine
3 years ago
rebuilt d48a4efda2 Round all averages to two decimal places
3 years ago
rebuilt 541f29108b Rename DataAvailability to Summary
3 years ago
rebuilt 128748addd Update logic for calculating student response rate. Remove references
3 years ago
rebuilt 2305e32f6d Make sure when checking for sufficient gender responses that we only check student survey items
3 years ago
rebuilt 5e88c8be1b Transition from Lowell to ECP. Update text and links to reflect the new Organization.
3 years ago
rebuilt 10bf7177e4 Fix icon not showing up on category page
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 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 b884021f66 Rename race column from 'Race/Ethnicity not listed' to 'Not Listed'
3 years ago
rebuilt c58686c032 rename race and gender modules to avoid naming collision with race and gender classes
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 1f7fa8146c Fix bug that happens when you view gender scores for multiple years
3 years ago
rebuilt 72c90b8f47 Add selector for all data
3 years ago
rebuilt 7d7bee6498 Add gender disagreggation
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 a4dbeb6718 Change logic on analyze page to include admin data when presenting insufficiency messages and enable/disable academic year checkboxes
3 years ago
rebuilt 54ea1a1070 Change race score calculation from a minimum of 10 responses to meet
3 years ago
rebuilt 105f30f220 Change race score calculations so the average bubbles up through survey_items
3 years ago
rebuilt 3f2279e2e8 Position multi-word analyze graph labels horizontally
3 years ago
rebuilt 35d650c3a4 stagger bar labels
3 years ago
rebuilt 50b3bc678c Columns for students by group graph change when corresponding race checkboxes are clicked
3 years ago
rebuilt e8f4773c65 Shorten graph labels
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
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 fc853c4fbc Fix regression where we accidentally list the questions for measure 1B-i
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 c03615cb43 Rename ResponseRate to ResponseRateCalculator. Create a new response
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 1155f74ca9 Set a minimum bar height for analyze graphs
4 years ago
rebuilt cb3499de64 Fix failing test
4 years ago
rebuilt 6f8fc293f3 Rename 'All survey data' label to 'All data'
4 years ago