mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
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
This commit is contained in:
parent
7e1be4860c
commit
4f035f6a63
45 changed files with 1494 additions and 856 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.17.12",
|
||||
"sass": "^1.43.4",
|
||||
"semver": "7.5.2"
|
||||
"semver": "^7.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue