Commit Graph

316 Commits (bdeb89bc8c42ce71add448b4ea564a1ba404f47c)

Author SHA1 Message Date
Nelson Jovel 59b7416a3a feat: change 'school admin data' to 'school data'
2 years ago
Nelson Jovel 080a054cad chore: move code that normalizes race data to the Race class
2 years ago
Nelson Jovel 0ebaf77bbd feat: don't show collection date of response rate if there is no survey data
2 years ago
rebuilt 85ba1218e3 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt 91ab2dd82e feat: instead of the analyze graph label being a simple string, turn it into an array of strings where each item will be placed on a new line
2 years ago
rebuilt bf3fa8765d fix: make sure sped is taken into account when caching analyze page
2 years ago
rebuilt ef44c41965 feat: add special education disaggregation
2 years ago
rebuilt 2fd56047d4 Add disaggregation by ELL
2 years ago
rebuilt 7bd7923d41 fix: ensure cleaner outputs columns for all survey items. Before the fix, if a survey item varient (ending in -1, ie s-tint-q1-1) did not have a matching survey item s-tint-q1, the resulting csv would not include that column
2 years ago
rebuilt a0807295ed feat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
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
Gabe Farrell 514bdad484 Add cutpoint table popover to gauges
2 years ago
Gabe Farrell 438ca58d5a Change subcategory hovers to say 67 instead of 66 questions
2 years ago
Gabe Farrell 33a0d0ffb1 Add hovers to browse page response rates
2 years ago
Gabe Farrell 960fcd570c Add Overall Response Rate Popover
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 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 a91898119e Set doctype to html5
3 years ago
rebuilt 1a27b980d0 Round all averages to two decimal places
3 years ago
rebuilt 65b8599c6e Update logic for calculating student response rate. Remove references
3 years ago
rebuilt 319685c7d8 remove admin from text under the count of admin data sources
3 years ago
rebuilt 1595c3a58c rename admin data to school data
3 years ago
rebuilt 25f839e728 Add favicon
3 years ago
rebuilt 8128af200b add first pillar
3 years ago
rebuilt 69c089d9bb Remove occurances of MCIEA
3 years ago
rebuilt a4677223d4 Update empty dataset modal so it displays Lowell branded information
3 years ago
rebuilt 01d97945b3 Modify text and links on welcome page
3 years ago
rebuilt 1a18837fa2 Only show district dropdown if there is more than one district in the database
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 69179ce157 Replace javascript logic with hotwire. Also hide district dropdown on
3 years ago
rebuilt bb9ea9b22d Add admin data messages to analyze page for insufficient/irrelevant states
3 years ago
rebuilt 72c90b8f47 Add selector for all data
3 years ago
rebuilt 7d7bee6498 Add gender disagreggation
3 years ago
rebuilt 7f0faf8917 Add checkboxes to analyze page for genders
3 years ago
rebuilt 9b28b0e629 Add grades to cache list
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 42e150b33b Update caching rule so a race_score with an updated timestamp will break the cache
3 years ago
rebuilt e2bded66e8 Disable checkboxes that are irrelevant for the graph type
3 years ago
rebuilt 35d650c3a4 stagger bar labels
3 years ago
rebuilt 3775762ed4 Add caching rules so page displays all analysis graphs
3 years ago
rebuilt 93486eb132 Fix failing tests
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