Nelson Jovel
|
9071e87aea
|
fix: order of deletion. Delete students after updating references to nil on survey item responses
|
1 year ago |
Nelson Jovel
|
b40a81c8fd
|
chore: add script to delete student records incorrectly created by teacher responses
|
1 year ago |
Nelson Jovel
|
830b7bdfea
|
chore: Make sure survey items are uniq by survey item ids
|
1 year ago |
rebuilt
|
848fccf55f
|
feat: add updated admin data
|
1 year ago |
Nelson Jovel
|
03f825de67
|
chore: reduce file size of hero image
|
1 year ago |
Nelson Jovel
|
cb0a206bc1
|
chore: fix problem that broke legacy cite. I removed gems that legacy site still depended on to build
|
1 year ago |
Nelson Jovel
|
3684eedae4
|
fix: gemfile
|
1 year ago |
Nelson Jovel
|
ecb92346f0
|
chore: fix gemfile
|
1 year ago |
Nelson Jovel
|
c1510a39b2
|
chore: update ruby version
|
1 year ago |
Nelson Jovel
|
e47e4e2aac
|
chore: update ruby version
|
1 year ago |
Nelson Jovel
|
8cbe3ac526
|
chore: add bullet since this version supports rails 8
|
1 year ago |
Nelson Jovel
|
6cbf7b9f2f
|
fix: enum format in question.rb
|
1 year ago |
Nelson Jovel
|
9b9da5f61b
|
fix: remove survey.rb which was causing errors on production startup because of the enum type
|
1 year ago |
dependabot[bot]
|
ca022c7d28
|
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)
---
updated-dependencies:
- dependency-name: cross-spawn
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
1 year ago |
Nelson Jovel
|
c28a76ffe6
|
chore: update to rails 8
|
1 year ago |
Nelson Jovel
|
4694cfb4ae
|
chore: patch security vulnerabilities
|
1 year ago |
Nelson Jovel
|
67a9a96433
|
fix: make sure all likert scores get counted even when the survey item id has different capitalization. Add tests for uploading parent data. Change the parent response rate calcuation to count all students in the school instead of just for the grades that were given the student survey
|
1 year ago |
Nelson Jovel
|
d338003886
|
Show parent response rate
|
1 year ago |
Nelson Jovel
|
7bf8b76d06
|
feat: show parent scales on variance chart
|
1 year ago |
Nelson Jovel
|
01a7870402
|
fix: tests
|
1 year ago |
Nelson Jovel
|
dc7c466e58
|
feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
|
1 year ago |
Nelson Jovel
|
a9f952d21d
|
chore: extract overview partials
|
1 year ago |
Nelson Jovel
|
61a1b55960
|
fix: fix icons
|
1 year ago |
Nelson Jovel
|
c60281fc9a
|
feat: show parent scales on variance chart
|
1 year ago |
Nelson Jovel
|
624ca7a6d0
|
fix: tests
|
1 year ago |
Nelson Jovel
|
cd11a01a45
|
feat: suppress parent view on overview page if the school didn't take the survey
|
1 year ago |
Nelson Jovel
|
0253f4d1ce
|
fix: make sure parent/student views get properly cached
|
1 year ago |
Nelson Jovel
|
a391acc554
|
feat: Add parent button to overview page and alter 'School Quality Framework Indicators' section to show parent scales
|
1 year ago |
Nelson Jovel
|
ddac10f9e5
|
chore: extract overview partials
|
1 year ago |
Nelson Jovel
|
ed16425add
|
chore: update rack-mini-profiler
|
1 year ago |
Nelson Jovel
|
79c4078610
|
chore: upgrade bootstrap
|
1 year ago |
Nelson Jovel
|
ff9f98f960
|
chore: update micromatch to address security vulnerability
|
1 year ago |
Nelson Jovel
|
66fc8f9fd7
|
chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities
|
1 year ago |
Nelson Jovel
|
d2d86376d7
|
chore: update rails
|
1 year ago |
Nelson Jovel
|
c72ff9747f
|
feat: rename export reports
|
1 year ago |
Nelson Jovel
|
74bed5b090
|
feat: Show parent scales on browse page
|
1 year ago |
Nelson Jovel
|
c85ddddd8d
|
feat: add parent survey gauges
|
1 year ago |
Nelson Jovel
|
695f8b69a2
|
chore: update rexml to address security vulnerability
|
1 year ago |
Nelson Jovel
|
094aa93013
|
feat: update source of truth
|
1 year ago |
Nelson Jovel
|
e989afd90c
|
fix: correctly load survey items from sample framework file. Fix broken tests
|
1 year ago |
Nelson Jovel
|
2b2d89a26a
|
feat: Add 'all school' option to exports page
|
1 year ago |
Nelson Jovel
|
b059f88383
|
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
|
2b8eca44ae
|
feat: read and load parent survey items
|
1 year ago |
Nelson Jovel
|
6c88ed1891
|
fix: swap over to using respondents table to calculate which grades need to be included. This fixes a problem where errant responses were polluting the set of grades for a school. Also order the survey items by prompt(alphabetically)
|
1 year ago |
Nelson Jovel
|
4472c3cc46
|
fix: Report::SurveyItemByGrade.create_grade_report now runs without errors
|
1 year ago |
Nelson Jovel
|
ae5c826583
|
fix: SurveyItemByItem.create_item_report now runs without errors
|
1 year ago |
Nelson Jovel
|
bca79d1b2b
|
feat: allow selecting a subset of student survey items for the survey item report
|
1 year ago |
Nelson Jovel
|
e760ee211c
|
Add an exports page that allows a user to select which reports they want
to run
|
1 year ago |
Nelson Jovel
|
400ed08c79
|
chore: update rexml gem to address security vulnerability
|
1 year ago |
Nelson Jovel
|
41d7960c05
|
fix: correctly reference SurveyItemResponse in Subcategory report
|
1 year ago |