Commit Graph

50 Commits (0c12e242883db0fc9762ce4ef1f00d9d31d5b2c5)

Author SHA1 Message Date
Nelson Jovel 8b561a7d84 feat: show parent scales on variance chart
1 year ago
Nelson Jovel 0bbd7c5cf1 feat: add parent survey gauges
1 year ago
Nelson Jovel fb001c0140 chore: fix code so I can run reports
1 year ago
Nelson Jovel ebcb27ca6d fix: correctly memoize student_survey_items_with_sufficient_responses so that on the analyze page, when the first year has insufficient responses, it doesn't affect all subsequent years
2 years ago
Nelson Jovel a4bc428633 chore: Only memoize functions primary functions, not every function in the
2 years ago
Gabe Farrell 7373d8bae4 Chore: Reduce queries
2 years ago
Nelson Jovel b2e866a895 perf: reduce number of queries by requesting grouped_responses once instead of for each measure
2 years ago
Nelson Jovel 61f861a4f7 chore: remove method that wasn't needed
2 years ago
rebuilt 46b5cbef2d perf: Reduce number of queries. Remove unneeded methods. Combine
3 years ago
rebuilt 8a23296ca5 perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt f590bc9dd5 Add subcategory report
3 years ago
rebuilt 1a27b980d0 Round all averages to two decimal places
3 years ago
rebuilt aa3a67406b Set a minimum threshold of 10 survey item responses to calculate scores per survey item
3 years ago
rebuilt 65b8599c6e Update logic for calculating student response rate. Remove references
3 years ago
rebuilt 72c90b8f47 Add selector for all data
3 years ago
rebuilt 89a7f27b88 Finishes #183092367. Adds ui and graphs to show grade level disaggregations
3 years ago
rebuilt a4dbeb6718 Change logic on analyze page to include admin data when presenting insufficiency messages and enable/disable academic year checkboxes
3 years ago
rebuilt 105f30f220 Change race score calculations so the average bubbles up through survey_items
3 years ago
rebuilt d44a5275b4 Address bug related to story #182855028
3 years ago
rebuilt 12e4e3f177 import students
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 18b479b8b2 Refactor based on rubocop and reek suggestions
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 01d4448fde Refactored score methods
3 years ago
rebuilt a6ad132c81 Add counter caches
4 years ago
rebuilt c03615cb43 Rename ResponseRate to ResponseRateCalculator. Create a new response
4 years ago
rebuilt d15e89f37c memoize all functions in measure
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 ee80867609 memoize functions in measure.rb
4 years ago
rebuilt 50256cacce Create academic year checkbox selectors. Refresh page with years selected on
4 years ago
Nelson Jovel 3d7e62f21f Draw the teacher survey data bar. Finishes #182226823
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 c475744939 Modify score calculations. Ignore any survey item scores of 0.
4 years ago
Nelson Jovel 9c954f97ec Update admin data collection rate numbers on browse page. Also, if all admin data has been collected, do not show 'insufficient data' indicator. Finishes #181754853
4 years ago
Nelson Jovel 9ecc501e24 Display measure scores. Finishes #181754978
4 years ago
rebuilt 2a2777745a Change the sufficiency threshold from a static number of minimum responses to a minimum response rate of 25 percent
4 years ago
rebuilt d4df7cbc06 Add scales to framework. Change calculations to first group and then
4 years ago
rebuilt e69f850cc5 Add missing tests. Remove unused code. Filter out legacy specs from code coverage report
4 years ago
Nelson Jovel 3408ecd749 Show benchmark boundaries for subcategories that only include admin data
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 aeb6a45a45 Show partial data indicators on variance chart
4 years ago
Liam Morley cf6e80ce6b Show modal when no measures for a school/year have meet their threshold
4 years ago
Alex Basson 228cf137ad Finishes #179904795. Adds prompts to measures section on browse page
4 years ago
Alex Basson 2abf2d352a Implement correct policy regarding whether there exist sufficient data for a measure
4 years ago
Alex Basson 10e70557bd Display insufficient data note. TODO: remove measures from variance chart
4 years ago
Liam Morley 25578a896f we have a gauge! next up, let's style the page
4 years ago
Alex Basson 12415861c1 Rename construct -> measure, seed with SqmCategories and Subcategories
4 years ago