Commit Graph

22 Commits (071e7c78ba5a1983cfadb8bb6e078e430802360f)

Author SHA1 Message Date
Nelson Jovel 5b34c2257f chore: performance fixes for response rate calculation
2 years ago
Nelson Jovel 47cca3ce1f fix: reduce number of n+1 queries
2 years ago
Nelson Jovel a960202d66 chore: performance fixes for response rate calculation
2 years ago
Nelson Jovel d2efec1574 fix: reduce number of n+1 queries
2 years ago
rebuilt 0a5500ecc9 feat: Add overall response rate
2 years ago
rebuilt cee1c5fbc9 perf: Reduce number of queries. Remove unneeded methods. Combine
3 years ago
rebuilt 734b98edbb perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt 77e8d12a3b perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt 07ed8dd259 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