Commit graph

1302 commits

Author SHA1 Message Date
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 2023-08-03 12:40:42 -07:00
rebuilt
5f49746bf4 feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged' 2023-07-31 16:47:34 -07:00
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. 2023-07-27 16:17:46 -07:00
rebuilt
cec48e55d3 chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data 2023-07-21 12:16:59 -07:00
rebuilt
5c7729beeb feat: if admin data value is above 5, round down to 5 2023-07-21 12:14:46 -07:00
rebuilt
b7494988d7 chore: removed tmp file 2023-07-21 10:30:35 -07:00
rebuilt
ca71eeb710 chore: accidentally left dese admin data commented out. Turn it back on 2023-07-20 17:10:50 -07:00
rebuilt
fe8cad27cf Merge branch 'main-out-of-state-admin-data' 2023-07-20 17:06:36 -07:00
rebuilt
cbd5687ff0 feat: Add out of state admin data 2023-07-20 17:06:07 -07:00
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 2023-07-20 14:00:15 -07:00
rebuilt
a4c68a4055 chore: Add cypress to codebase 2023-07-19 09:02:19 -07:00
rebuilt
959c302b05 Add test for icons 2023-07-18 14:37:31 -07:00
rebuilt
725cd0b613 upgrade semver 2023-07-18 14:36:15 -07:00
rebuilt
a8944a2bd8 run cypress tests in ci 2023-07-18 14:22:37 -07:00
rebuilt
b4eaa9ea2c Add seeder for test data 2023-07-18 14:22:37 -07:00
rebuilt
30f0c8f2d9 Get past basic authorization 2023-07-18 14:22:37 -07:00
rebuilt
e65ec4d961 Added cypress to the codebase but haven't yet integrated it into workflow 2023-07-18 14:22:33 -07:00
rebuilt
8f0cacceba chore: switch from apparition to cuprite for integration tests. Disable journey spec for the moment 2023-07-18 14:21:26 -07:00
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
2023-07-14 14:58:22 -07:00
rebuilt
e639f7cc66
Merge branch 'main' into dependabot/npm_and_yarn/semver-6.3.1 2023-07-14 14:57:47 -07:00
rebuilt
8b547af542 Revert "chore: manually alter lockfile to bump semver version"
This reverts commit 9f0c1f3834.
2023-07-14 14:56:19 -07:00
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>
2023-07-14 21:54:40 +00:00
rebuilt
9f0c1f3834 chore: manually alter lockfile to bump semver version 2023-07-14 14:53:36 -07:00
rebuilt
87401b20cc upgrade semver 2023-07-14 14:44:02 -07:00
rebuilt
6edc0db868 feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency 2023-07-14 11:43:15 -07:00
rebuilt
b58ff3e519 chore: jsdom is only needed as a dev dependency so it's now moved to the dev dependency section 2023-07-13 15:09:38 -07:00
rebuilt
ae9b9dc7a7 chore: upgrade listen gem to make it compatible with rails version 2023-07-13 15:07:17 -07:00
rebuilt
45a78a4ca0 chore: upgrade actionpack to 7.0.6 to address security vulnerability 2023-07-13 14:52:48 -07:00
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% 2023-07-13 13:04:11 -07:00
rebuilt
234eae6d3d feat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency 2023-07-13 11:42:15 -07:00
rebuilt
836f0d1a62 Change seed to load before each test vs before all. 2023-07-07 17:04:54 -07:00
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 2023-07-07 16:37:20 -07:00
rebuilt
1d2b01ff58 fix: jest no longer ships jest-environment-jsdom by default. Added it 2023-07-07 16:20:36 -07:00
rebuilt
6272664647 chore: updated versions of babel and jest to address security vulnerability 2023-07-07 16:04:35 -07:00
rebuilt
ed3c6309ea Add test for income group 2023-07-07 15:44:31 -07:00
rebuilt
35c8199887 Reorder gender columns 2023-07-07 15:44:09 -07:00
rebuilt
4f035f6a63 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 2023-07-07 09:14:36 -07:00
rebuilt
7e1be4860c fix: added missing bootstrap files 2023-06-30 15:19:42 -07:00
rebuilt
549fdc9dca chore: upgrade javascript dependencies to address security vulnerability 2023-06-30 13:11:46 -07:00
Nelson Jovel
d039432d06 fix: merge conflicts in Gemfile.lock broke builds 2023-06-28 21:05:07 -07:00
vineeshathallapaneni@gmail.com
eaef648516 upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
patching a security vulnerability
2023-06-28 23:25:35 -04:00
vineeshathallapaneni@gmail.com
d42464cfad updated Nokogiri as part of security vulnerability and adding updated file Gemfile.lock 2023-06-28 23:25:00 -04:00
rebuilt
a13d46354a fix: Flaky test might be related to not waiting for go button to appear. Add line to wait for go button 2023-06-26 14:20:29 -07:00
rebuilt
ebe28ed719 fix: remove debug from dependencies since it's causing unresolved dependency errors in CI 2023-06-26 11:51:49 -07:00
rebuilt
c0fdaeb26b update tests for subcategory report 2023-06-26 11:36:03 -07:00
rebuilt
d72f8d31e0 fix: There was an n+1 problem where we looked up the list of schools for
every row. Now we query the list of schools just once per file
2023-06-26 11:36:03 -07:00
09aa6fdb58 Change subcategory hovers to say 67 instead of 66 questions 2023-06-23 21:55:28 +00:00
rebuilt
703928c234 Add date range to subcategory report export 2023-06-23 11:46:08 -07:00
rebuilt
e8aa75bf66 feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses 2023-06-23 11:26:53 -07:00
8bc14a79f6 Add hovers to browse page response rates 2023-06-22 05:00:26 +00:00