Commit Graph

303 Commits (99c29d1c9131047906058ad344dd4f3383d9c110)

Author SHA1 Message Date
rebuilt 4419aea1da fix: make sure sped is taken into account when caching analyze page
2 years ago
rebuilt acfdaf5587 feat: add special education disaggregation
2 years ago
rebuilt 245cde85cd Add disaggregation by ELL
2 years ago
Gabe Farrell f9571b14f2 Change subcategory hovers to say 67 instead of 66 questions
2 years ago
Gabe Farrell 433e7c50de Add hovers to browse page response rates
2 years ago
rebuilt 6db93cb116 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt 76ebcc6ef3 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 1265a164b9 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 d00288fd71 Move color definitions out of response rate presenter and into _colors.scss
2 years ago
Gabe Farrell e6c8101d0b Add Overall Response Rate Popover
2 years ago
rebuilt 0a5500ecc9 feat: Add overall response rate
2 years ago
rebuilt 0ceaad3a2b chore: add viewport and context meta tags
2 years ago
rebuilt 39cdb57474 chore: add meta tag to application layout for better SEO
2 years ago
rebuilt db5206b40a chore: add meta tag for better SEO
2 years ago
rebuilt e5af5db755 chore: set doctype to html5
2 years ago
rebuilt c57ec6157c Round all averages to two decimal places
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 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
rebuilt c568e8bc06 move methods from analyze helper to background presenter
3 years ago
rebuilt 8c7767d0b9 fix bug where wrong subcategory is selected
3 years ago
rebuilt 2e648d8ad0 fix bug where wrong category was selected
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
rebuilt e89358dacc implement suggestions from static code analysis tools
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 64be45217f Change caching rules to make sure cache is invalidated when response
3 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 3778aeb1d6 alter logic for insufficiency so that a count of 0 survey item responses is enough to trigger insufficiency
4 years ago
rebuilt e8f3109df9 Disable checkboxes for years that don't have data to show. Add exclamation icon with explanatory text. Finishes #182332983
4 years ago
rebuilt 50256cacce Create academic year checkbox selectors. Refresh page with years selected on
4 years ago