Nelson Jovel
308efbc6dc
fix: fix merges from main
2024-11-19 19:23:22 -08:00
Nelson Jovel
e5beb46035
chore: extract overview partials
2024-11-19 18:21:34 -08:00
Nelson Jovel
8b561a7d84
feat: show parent scales on variance chart
2024-11-19 18:21:10 -08:00
Nelson Jovel
ce28a99dec
feat: suppress parent view on overview page if the school didn't take the survey
2024-11-19 18:19:48 -08:00
Nelson Jovel
a45843fe8d
fix: make sure parent/student views get properly cached
2024-11-19 18:19:39 -08:00
Nelson Jovel
8c6a0010fc
feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
2024-11-19 18:18:46 -08:00
Nelson Jovel
0b4d8ac713
chore: extract overview partials
2024-11-19 18:17:06 -08:00
Nelson Jovel
360fcd1706
fix: make sure parent/student views get properly cached
2024-11-19 17:15:33 -08:00
Nelson Jovel
d0340c8a52
feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
2024-11-19 17:15:17 -08:00
Nelson Jovel
55aba4b2ba
chore: extract overview partials
2024-11-19 17:07:09 -08:00
Nelson Jovel
59b7416a3a
feat: change 'school admin data' to 'school data'
2024-01-31 11:02:23 -08:00
Nelson Jovel
080a054cad
chore: move code that normalizes race data to the Race class
2023-12-20 19:07:39 -08:00
Nelson Jovel
0ebaf77bbd
feat: don't show collection date of response rate if there is no survey data
2023-12-18 15:28:39 -08:00
960fcd570c
Add Overall Response Rate Popover
2023-05-31 18:27:15 +00:00
rebuilt
e30a999aee
Move color definitions out of response rate presenter and into _colors.scss
2023-05-22 12:29:26 -07:00
rebuilt
a71ebbc4e4
Add Overall Response Rate
2023-05-22 16:03:34 +00:00
rebuilt
65b8599c6e
Update logic for calculating student response rate. Remove references
...
to survey table. We no longer check or keep track of the survey type.
Instead we look in the database to see if a survey item has at least 10
responses. If it does, that survey item was presented to the respondent
and we count it, and all responses when calculating the response rate.
Remove response rate timestamp from caching logic because we no longer
add the response rate to the database. All response rates are calculated
on the fly
Update three_b_two scraper to use teacher only numbers
swap over to using https://profiles.doe.mass.edu/statereport/gradesubjectstaffing.aspx as the source of staffing information
2023-04-08 10:59:48 -07:00
rebuilt
1595c3a58c
rename admin data to school data
2023-03-22 16:48:38 -07:00
rebuilt
e89358dacc
implement suggestions from static code analysis tools
2022-07-12 19:15:54 -07:00
rebuilt
64be45217f
Change caching rules to make sure cache is invalidated when response
...
rates are recalculated
2022-07-05 10:18:50 -07:00
rebuilt
c03615cb43
Rename ResponseRate to ResponseRateCalculator. Create a new response
...
rate model. Create a loader to refresh response rates for all
subcategories.
Use precalculated response rates in views
Wrap more elements in page caching
Calculate a response rate for a subcategory if one does not already
exist
2022-06-16 08:19:26 -07:00
rebuilt
3778aeb1d6
alter logic for insufficiency so that a count of 0 survey item responses is enough to trigger insufficiency
...
Implement large speed improvements to score calculations. Add page caching to all pages. Small speed improvements to response rate by filtering out
survey items without responses with `none?` `method vs count == 0`.
2022-06-14 11:17:59 -07:00
Nelson Jovel
a134de3fdd
Implement bullet suggestions and cache overview graph
2022-05-23 21:44:25 -07:00
Nelson Jovel
57bfaa51c6
Exclude boston results. Completes #182117456
2022-05-11 11:22:05 -07:00
Nelson Jovel
78fb737f5a
Make measure titles clickable on the variance chart
2022-03-29 14:02:43 -07:00
Nelson Jovel
bf8b824ab8
Add links to subcategories from overview page framework indicator
...
section. Finishes #181681266
2022-03-28 14:53:48 -07:00
rebuilt
e1f50fef9e
Add 2019-20 year teacher surveys and activate the year selector
2022-02-07 15:04:25 +01:00
Nelson Jovel
1a6c81e240
remove fontawesome symlinked directory from public folder
2021-12-17 14:09:02 +01:00
Nelson Jovel
8bebf106e6
Merge branch 'dev-design'
2021-12-17 13:51:00 +01:00
Nelson Jovel
6931428d8f
Make measure name responsive
2021-12-17 13:38:29 +01:00
Nelson Jovel
eb4c699f60
Modifies the overview page so when there is an empty dataset, there is clearer explanatory text and an empty version of the variance chart. Finishes #180118088
2021-12-14 15:52:09 +01:00
Nelson Jovel
f553c3c11c
Rename 'Dashboard' to overview in page text and also modify 'dashboard' routes to be 'overview'. Finishes #180076071
2021-12-14 13:20:18 +01:00