rebuilt
b3eefa2779
ECP-213 Clean and Upload Framingham Data
1 month ago
rebuilt
56fae7f825
ECP-204 Clean and upload all parent survey results from Revere
1 month ago
rebuilt
1bf35012d0
update admin data
2 months ago
rebuilt
04f6cffab3
ECP-210 Add 2 Framingham schools to the dropdown
2 months ago
rebuilt
f86e758371
ECP-209 Change label on parent survey analyze page
2 months ago
rebuilt
a421c9f6d0
ECP-207 Add new district partners to the dashboard and add login info for each.
3 months ago
rebuilt
ceed4a45dd
ECP-207 Add new district partners to the dashboard and add login info for each.
3 months ago
rebuilt
488ddbc3be
update gems
3 months ago
rebuilt
934c9e7388
ECP-208 Update postgres data path because github workflows are failing
3 months ago
rebuilt
b6675c2516
ECP-206 Delete the 3 info boxes for each sub-category on the Browse page
3 months ago
rebuilt
aa39303dfc
fix: keep alive long running sftp connections
4 months ago
rebuilt
6b75af4c7d
fix: make survey data uploads threaded
4 months ago
rebuilt
23e5f9bb48
fix: don't concat nils into array
4 months ago
rebuilt
65acd68d84
fix: update how survey data is loaded because some data was missing from previous uploads
4 months ago
rebuilt
4331c01789
chore: add includes call to ensure we don't do an n+1 query
7 months ago
rebuilt
138c61e7f0
ECP-201 Add an unknown categories to the parent survey SES filter
7 months ago
rebuilt
df96f08c12
ECP-202 insufficient data indicators on analyze page are aware of the graph requested and get shown based on the data requested (student/teacher/parent)
7 months ago
rebuilt
5911c2c090
chore: remove .env file from git
7 months ago
rebuilt
6bde7c9bf8
chore: upgrade rubocop
7 months ago
rebuilt
690f2db863
ECP-162 fix benefits so it gets scored correctly
7 months ago
Siddharth Jain
35ac43da10
chore: add .env file to gitignore
7 months ago
rebuilt
a3082037fa
fix: ensure loaded survey item responses are uniq by id to avoid PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time (PG::CardinalityViolation)
7 months ago
rebuilt
1da1b238e0
fix: PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time (PG::CardinalityViolation) HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.
7 months ago
rebuilt
3426e0edea
ECP-173 fix logo size
7 months ago
rebuilt
2b2a53ae5b
ECP-173 fix about us and contact links
7 months ago
rebuilt
afd152e01d
ECP-173 update logos
7 months ago
rebuilt
a42ac35d85
Merge branch 'ECP-173-set-up-ecp-with-mciea-branding-logos-text-etc'
7 months ago
rebuilt
d3cbdbdaea
fix: accidentally erased school name column-header from master list of schools and districts
7 months ago
rebuilt
926757b725
fix: accidentally erased school name column-header from master list of schools and districts
7 months ago
rebuilt
aa6bcb10f3
chore: Add Boston schools
7 months ago
rebuilt
52c6b84d6e
ECP-33 merge list of ecp and mciea schools
7 months ago
rebuilt
94c5b1acba
ECP-30 Delete legacy code and database tables
7 months ago
rebuilt
5bc9d27b64
ECP-167 upload waupun data
7 months ago
rebuilt
cab0a3955e
finish up adding socio economic disag filter
7 months ago
rebuilt
a258b32b39
WIP: create backend for socio-economic-status
7 months ago
rebuilt
61c5b0b087
ECP-161 chore: patch security vulnerabilities
7 months ago
rebuilt
eb5d28ea93
Chore: update dependencies
7 months ago
rebuilt
2068758ae4
ECP-170 Remove login requirement for Trition. Switch to using predefined passwords stored in the database for district login.
7 months ago
rebuilt
72e38f5ee8
feat: add task to upload exports directory
7 months ago
rebuilt
874f29a384
fix: fix failing test
8 months ago
rebuilt
686e89d0ba
Create ability to run exports locally so they get created in
...
tmp/exports.
Fix measure summary for 'all years' output.
Slight speedup to survey item by grade.
Fix Survey item by item for the 'all years' output
8 months ago
rebuilt
7d41989a65
feat: Update cleaner and uploader to load gender data from parent surveys
...
Implement graph views for parent gender data
8 months ago
rebuilt
9d8543afae
feat: Update cleaner and uploader to load gender data from parent surveys
...
Implement graph views for parent gender data
8 months ago
rebuilt
7ebe8234cb
ECP-125 feat: update selector to say 'Student Race' instead of just 'Race'. Also make sure that the default selection is 'Language' instead of 'Student Race'
8 months ago
rebuilt
5b00454a1b
ECP-125 feat:
...
Update cleaner to read parent races.
Update uploader to set races for parents.
Add race graphs to analyze page. Show both measure and scale level graphs
8 months ago
rebuilt
76f2467b97
chore: ECP-152 Reduce batch size of survey uploads to 100 at a time from 500 to reduce memory usage and also explicitly run garbage collection so we stay under the 500 mb limit of heroku
8 months ago
rebuilt
545bb85b1c
feat: add insufficiency message to parent graph
8 months ago
rebuilt
513445dc74
feat: ECP-126 Add measure and scale level graphs for parents by language
...
WIP: refactor so multiple graphs can be defined for a given slug
WIP: fixed scale view but broke 'All Parent' graph
WIP: working state. All views working properly
WIP: Refactor graph_map into two collections; measure_level_graphs and scale_level_graphs
WIP: refacter GroupedBarColumnPresenter to accept a 'construct' instead of specifying measure or scale
WIP: fix scale graphs being shown on incorrect view
WIP: Merge parents_by_language class with parents_by_language_by_scale so it can handle display of both measure-level and scale-level graphs
9 months ago
rebuilt
7380d56064
feat: remove Beyond Learning Loss Exports from exports page
9 months ago
rebuilt
058cbb0f6e
fix: ECP-124 Update grade range to be the union of grades found in the database and the enrollment of the school. "Subcategory - School & District"
...
# Fixed reported grades
# Runs faster
"Measure - District only"
# Should only be run per district
# Runs faster
# Fixed reported grades
"Measure - School & District"
# Reports the grades that took the survey for that school+year; not the grades that responded to the measure
# Runs faster
# Fixed reported grades
"Beyond Learning Loss"
# Runs faster
"Beyond Learning Loss - Response Rate"
# Fixed reported grades
"Survey Item - By Item"
# may be able to speed it up by getting all averages in a single request
# Fixed reported grades
"Survey Item - By Grade"
# Fixed reported grades
#may be able to speed it up by getting all averages in a single request
"Survey Entries - by Measure"
# No changes
9 months ago