Commit Graph

54 Commits (2d42036294f3d6990a068465bd149e8a527f54a0)

Author SHA1 Message Date
Nelson Jovel f4a99f6f95 fix: When no academic years are selected, show an empty set of graphs on the analyze page instead of erroring out
1 year ago
Nelson Jovel cd6b503f44 feat: add links from the analyze page to the browse page
1 year ago
Nelson Jovel ccb04511bf feat: switch analyze page to use hotwire. Fix n_size count for teacher
2 years ago
Nelson Jovel 6addc86ca6 fix: fix merge error
2 years ago
Nelson Jovel 15329f0390 fix: When multiple years were selected on the Analyze page, results were getting incorrectly filtered out when the first academic year did not have sufficient responses. Now all selected years with data are correctly displayed
2 years ago
rebuilt 8baaa67730 fix: make sure sped is taken into account when caching analyze page
2 years ago
rebuilt 48e795fcfb feat: add special education disaggregation
2 years ago
rebuilt 060d7aa55a Add disaggregation by ELL
2 years ago
rebuilt 4afa030141 chore: remove precalculated race scores. Calculate race scores on every reload
2 years ago
rebuilt 5f49746bf4 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt 67e469a66c 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 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 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 d48a4efda2 Round all averages to two decimal places
3 years ago
rebuilt 128748addd Update logic for calculating student response rate. Remove references
3 years ago
rebuilt e1c750b8d7 Revert "temporarily turn off caching based on the response rate timestamp"
3 years ago
rebuilt 1c99f55528 temporarily turn off caching based on the response rate timestamp
3 years ago
rebuilt 7ddada5050 Update empty dataset indicators
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 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
Nelson Jovel 30c97f4428 Refactor grouped_bar_column_presenter so it calculates the score from
4 years ago
Nelson Jovel 8efaf8514d Extract student and teacher presenters from grouped_bar_column_presenter
4 years ago
Nelson Jovel 16569974a6 Add checkboxes to select academic years for analyze page. Stimulus controller reads the state of the checkboxes and builds the correct link to route the user
4 years ago
Nelson Jovel 607b91c795 Change the dropdown handler event to behave differently on other browsers
4 years ago
Nelson Jovel f68e8a8c2b Don't show scores in production
4 years ago
Nelson Jovel 6764024cd2 Show subcategory data when user selects different subcategory from
4 years ago
Nelson Jovel 61978eb45d Change which category is displayed when the category dropdown is changed
4 years ago
Nelson Jovel a04f797f30 Add all measures for a given subcategory to the analyze page. Finishes #182277762
4 years ago