Nelson Jovel
4ef092e908
fix: fix icons
1 year ago
Nelson Jovel
8b561a7d84
feat: show parent scales on variance chart
1 year ago
Nelson Jovel
0c9c4e3c4f
fix: tests
1 year ago
Nelson Jovel
ce28a99dec
feat: suppress parent view on overview page if the school didn't take the survey
1 year ago
Nelson Jovel
8c6a0010fc
feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
1 year ago
Nelson Jovel
9e97dced7b
feat: Show parent scales on browse page
1 year ago
Nelson Jovel
300530caf4
feat: add parent survey gauges
1 year ago
Nelson Jovel
d0340c8a52
feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
1 year ago
Nelson Jovel
424e4c79a5
feat: Show parent scales on browse page
1 year ago
Nelson Jovel
0bbd7c5cf1
feat: add parent survey gauges
1 year ago
Nelson Jovel
f689ee8ee5
fix: correctly load survey items from sample framework file. Fix broken tests
1 year ago
Nelson Jovel
4407954058
feat: add ability to filter export data by student survey item type. Ability added to 'by grade' 'by item' and 'survey item responses' reports
1 year ago
Nelson Jovel
1851ecf7f8
feat: allow selecting a subset of student survey items for the survey item report
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
8516111a15
chore: refactor analyze page
2 years ago
Nelson Jovel
3ad47e6bd5
feat: switch analyze page to use hotwire. Fix n_size count for teacher
2 years ago
Gabe Farrell
7373d8bae4
Chore: Reduce queries
2 years ago
Nelson Jovel
2561fa28fc
feat: Split academic year into seasons if the academic year's range is
...
initialized with a season, i.e. "2024-25 Fall". Update scapers for
admin data, enrollment and staffing to use the new range standard
correctly. Update the loaders for admin data, enrollment and staffing
so that it populates all seasons in a given year. So admin data for
2024-25 gets loaded into "2024-25 Fall" and "2024-25 Spring". Add tests
for the new range format. Set the default cutoff for the start of Spring season will be the last Sunday in February
2 years ago
Nelson Jovel
67ffc996a8
Revert "Split academic year into seasons if the academic year's range is"
...
This reverts commit a5d4cccb37 .
2 years ago
Nelson Jovel
a5d4cccb37
Split academic year into seasons if the academic year's range is
...
initialized with a season, i.e. "2024-25 Fall". Update scapers for
admin data, enrollment and staffing to use the new range standard
correctly. Update the loaders for admin data, enrollment and staffing
so that it populates all seasons in a given year. So admin data for
2024-25 gets loaded into "2024-25 Fall" and "2024-25 Spring". Add tests
for the new range format. Set the default cutoff for the start of Spring season will be the last Sunday in February
2 years ago
Nelson Jovel
d52eebbc5c
fix: Fixes #187294757 . Data is hidden when selecting multiple years if the default year has no student data to show
2 years ago
Nelson Jovel
a191271504
Revert "fix: Fixes #187294757 . Data is hidden when selecting multiple years if the default year has no student data to show"
...
This reverts commit b9bdd707b5 .
2 years ago
Nelson Jovel
993fafcc0e
Revert "fix: Makes visible the graphs by grade"
...
This reverts commit 455f716b6d .
2 years ago
Nelson Jovel
455f716b6d
fix: Makes visible the graphs by grade
2 years ago
Nelson Jovel
b9bdd707b5
fix: Fixes #187294757 . Data is hidden when selecting multiple years if the default year has no student data to show
2 years ago
Nelson Jovel
9f83b3dae4
fix: add pre-k to list of grades
2 years ago
Nelson Jovel
59b7416a3a
feat: change 'school admin data' to 'school data'
2 years ago
Nelson Jovel
f3fddd67b0
perf: reduce number of queries for respondents
2 years ago
Nelson Jovel
0ebaf77bbd
feat: don't show collection date of response rate if there is no survey data
2 years ago
Nelson Jovel
6e7e64c039
chore: rename counts_by_grade to enrollment_by_grade for clarity
2 years ago
Nelson Jovel
b4e07434a1
feat: don't double count early ed students who are taking survey in parts
2 years ago
rebuilt
85ba1218e3
feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
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
bf3fa8765d
fix: make sure sped is taken into account when caching analyze page
2 years ago
rebuilt
ef44c41965
feat: add special education disaggregation
2 years ago
rebuilt
18ab51c860
chore: upgrade to rails 7.1.
...
upgrade rspec
fix failing tests
upgrade devise
2 years ago
rebuilt
2fd56047d4
Add disaggregation by ELL
2 years ago
rebuilt
ce5340648f
fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
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
a97838c194
Reorder gender columns
2 years ago
rebuilt
2ac30bb107
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
8e33a4178c
fix: fix crash when viewing income graph on analyze page
2 years ago
rebuilt
f230f76bc6
fix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
2 years ago
Gabe Farrell
514bdad484
Add cutpoint table popover to gauges
2 years ago
rebuilt
46b5cbef2d
perf: Reduce number of queries. Remove unneeded methods. Combine
...
subcategory and measure queries in controller
3 years ago
Gabe Farrell
960fcd570c
Add Overall Response Rate Popover
3 years ago
rebuilt
2a3f69b813
The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
3 years ago
rebuilt
e30a999aee
Move color definitions out of response rate presenter and into _colors.scss
3 years ago
rebuilt
a71ebbc4e4
Add Overall Response Rate
3 years ago
rebuilt
1a27b980d0
Round all averages to two decimal places
3 years ago