rebuilt
|
abea2cb8fa
|
feat: support multiple columns for race and gender information
|
2 years ago |
rebuilt
|
463e4c9452
|
fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
|
2 years ago |
rebuilt
|
714b90b3eb
|
fix: ensure cleaner outputs columns for all survey items. Before the fix, if a survey item varient (ending in -1, ie s-tint-q1-1) did not have a matching survey item s-tint-q1, the resulting csv would not include that column
|
2 years ago |
rebuilt
|
2321897283
|
fix: start fixing problem with variants not getting added to the cleaned csv
|
2 years ago |
rebuilt
|
4e33c8e173
|
chore: remove unused tasks
|
2 years ago |
rebuilt
|
315b398a5a
|
fix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
|
2 years ago |
Gabe Farrell
|
a8db6c5ecf
|
Add Overall Response Rate Popover
|
2 years ago |
rebuilt
|
b3efbdeb33
|
The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
|
2 years ago |
rebuilt
|
65ca0fd1ac
|
Move color definitions out of response rate presenter and into _colors.scss
|
2 years ago |
rebuilt
|
a785c69c44
|
Add Overall Response Rate
|
2 years ago |
rebuilt
|
bb6d31ecf1
|
chore: upgrade cypress/request package
|
2 years ago |
rebuilt
|
22d94dc462
|
chore: upgrade javascript dependencies
|
2 years ago |
rebuilt
|
4afa030141
|
chore: remove precalculated race scores. Calculate race scores on every reload
|
2 years ago |
rebuilt
|
f035c4d9ad
|
fix: Filter out responses that don't correspond to the grades the school serves
|
2 years ago |
Nelson Jovel
|
0bacac6962
|
fix: fix teacher n_size so instead of counting all the indivual teacher responses for a measure, it only counts the unique respondents
|
2 years ago |
rebuilt
|
5f49746bf4
|
feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
|
2 years ago |
rebuilt
|
67e469a66c
|
feat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
|
2 years ago |
rebuilt
|
cec48e55d3
|
chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data
|
2 years ago |
rebuilt
|
5c7729beeb
|
feat: if admin data value is above 5, round down to 5
|
2 years ago |
rebuilt
|
b7494988d7
|
chore: removed tmp file
|
2 years ago |
rebuilt
|
ca71eeb710
|
chore: accidentally left dese admin data commented out. Turn it back on
|
2 years ago |
rebuilt
|
fe8cad27cf
|
Merge branch 'main-out-of-state-admin-data'
|
2 years ago |
rebuilt
|
cbd5687ff0
|
feat: Add out of state admin data
|
2 years ago |
rebuilt
|
1cb2bb9dc0
|
fix: zeitwork eager loads all require statements. I removed twilio from Gem dependencies so I had to remove it from code as well or it breaks deployments
|
2 years ago |
rebuilt
|
a4c68a4055
|
chore: Add cypress to codebase
|
2 years ago |
rebuilt
|
959c302b05
|
Add test for icons
|
2 years ago |
rebuilt
|
725cd0b613
|
upgrade semver
|
2 years ago |
rebuilt
|
a8944a2bd8
|
run cypress tests in ci
|
2 years ago |
rebuilt
|
b4eaa9ea2c
|
Add seeder for test data
|
2 years ago |
rebuilt
|
30f0c8f2d9
|
Get past basic authorization
|
2 years ago |
rebuilt
|
e65ec4d961
|
Added cypress to the codebase but haven't yet integrated it into workflow
|
2 years ago |
rebuilt
|
8f0cacceba
|
chore: switch from apparition to cuprite for integration tests. Disable journey spec for the moment
|
2 years ago |
rebuilt
|
05f52cfbf8
|
Merge pull request #1 from edcommonwealth/dependabot/npm_and_yarn/semver-6.3.1
Bump semver from 6.3.0 to 6.3.1
|
2 years ago |
rebuilt
|
e639f7cc66
|
Merge branch 'main' into dependabot/npm_and_yarn/semver-6.3.1
|
2 years ago |
rebuilt
|
8b547af542
|
Revert "chore: manually alter lockfile to bump semver version"
This reverts commit 9f0c1f3834.
|
2 years ago |
dependabot[bot]
|
f7fa1b887c
|
Bump semver from 6.3.0 to 6.3.1
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
rebuilt
|
9f0c1f3834
|
chore: manually alter lockfile to bump semver version
|
2 years ago |
rebuilt
|
87401b20cc
|
upgrade semver
|
2 years ago |
rebuilt
|
6edc0db868
|
feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
|
2 years ago |
rebuilt
|
b58ff3e519
|
chore: jsdom is only needed as a dev dependency so it's now moved to the dev dependency section
|
2 years ago |
rebuilt
|
ae9b9dc7a7
|
chore: upgrade listen gem to make it compatible with rails version
|
2 years ago |
rebuilt
|
45a78a4ca0
|
chore: upgrade actionpack to 7.0.6 to address security vulnerability
|
2 years ago |
rebuilt
|
bec80b405a
|
fix: revert rounding up the response rate so we can make sure to patch a bug first. Only show gender/race/grade/income graphs if the the school meets the minimum response rate of 25%
|
2 years ago |
rebuilt
|
234eae6d3d
|
feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
|
2 years ago |
rebuilt
|
836f0d1a62
|
Change seed to load before each test vs before all.
|
2 years ago |
rebuilt
|
22d22ab5ee
|
fix: add xpath rules to journey spec to make sure it finds a Go button on the welcome page that is NOT disbled
|
2 years ago |
rebuilt
|
1d2b01ff58
|
fix: jest no longer ships jest-environment-jsdom by default. Added it
|
2 years ago |
rebuilt
|
6272664647
|
chore: updated versions of babel and jest to address security vulnerability
|
2 years ago |
rebuilt
|
ed3c6309ea
|
Add test for income group
|
2 years ago |
rebuilt
|
35c8199887
|
Reorder gender columns
|
2 years ago |