Commit Graph

19 Commits (774f6276615f6bf49b71dd964b0be49b72d5b1cf)

Author SHA1 Message Date
rebuilt 774f627661 feat: fix links between browse and analyze pages
9 months ago
Nelson Jovel 3ad47e6bd5 feat: switch analyze page to use hotwire. Fix n_size count for teacher
2 years ago
Nelson Jovel c8fe940be2 fix: fix merge error
2 years ago
Nelson Jovel c651cd0c25 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 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 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 1a27b980d0 Round all averages to two decimal places
3 years ago
rebuilt bb9ea9b22d Add admin data messages to analyze page for insufficient/irrelevant states
3 years ago
rebuilt 35d650c3a4 stagger bar labels
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 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 3778aeb1d6 alter logic for insufficiency so that a count of 0 survey item responses is enough to trigger insufficiency
4 years ago
rebuilt 50256cacce Create academic year checkbox selectors. Refresh page with years selected on
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 9837fbf0d0 If the measure is not based on a type of data(student/teacher) or if there is insufficent data to calculate a score, show a message on the graph indicating such
4 years ago
Nelson Jovel 3d7e62f21f Draw the teacher survey data bar. Finishes #182226823
4 years ago