Commit Graph

22 Commits (203715e637fd9cb18ea87d3e0f9546fc6e47d2b2)

Author SHA1 Message Date
Nelson Jovel 0c661930e9 Show parent response rate
1 year ago
Nelson Jovel 6f3634582e feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
1 year ago
Nelson Jovel 9e8f917457 chore: performance fixes for response rate calculation
2 years ago
Nelson Jovel 60927e3271 fix: reduce number of n+1 queries
2 years ago
rebuilt a785c69c44 Add Overall Response Rate
2 years ago
rebuilt fae530d21f perf: Reduce number of queries. Remove unneeded methods. Combine
3 years ago
rebuilt 518bc29f0f perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt 452876ef09 perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt 128748addd Update logic for calculating student response rate. Remove references
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 a1689a3550 Switch the logic of empty dataset detection from none? to any?
4 years ago
rebuilt 0dc99486f8 remove async queries
4 years ago
rebuilt 0593f53fb4 Add async queries
4 years ago
rebuilt c03615cb43 Rename ResponseRate to ResponseRateCalculator. Create a new response
4 years ago
Nelson Jovel a134de3fdd Implement bullet suggestions and cache overview graph
4 years ago
Nelson Jovel 7a9830915b Create grouped bar chart on analyze page
4 years ago
Nelson Jovel cb5fe56c30 Create analyze page. Finishes #182097292
4 years ago
Nelson Jovel ed7a3b8a3d Autoformat code with rubocop
4 years ago
rebuilt d4df7cbc06 Add scales to framework. Change calculations to first group and then
4 years ago
Nelson Jovel ad03606d66 Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder
4 years ago
Nelson Jovel f553c3c11c Rename 'Dashboard' to overview in page text and also modify 'dashboard' routes to be 'overview'. Finishes #180076071
4 years ago