mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add ability to load student demographic information for only lowell
This commit is contained in:
parent
d49cf918ac
commit
a1b7db9b2e
8 changed files with 133 additions and 82 deletions
|
|
@ -205,6 +205,14 @@ $ heroku run:detached -a mciea-beta bundle exec rake data:load_students
|
|||
$ heroku run:detached -a mciea-dashboard bundle exec rake data:load_students
|
||||
```
|
||||
|
||||
|
||||
Or if you only want to load students for Lowell schools
|
||||
|
||||
```bash
|
||||
# locally
|
||||
$ bundle exec rake data:load_students_for_lowell
|
||||
```
|
||||
|
||||
### Load scores for each race
|
||||
For performance, the scores for an individual race must be precalculated. Make sure to load response rates, and student demographic information before recaculating scores by race
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue