rebuilt
39cdb57474
chore: add meta tag to application layout for better SEO
2 years ago
rebuilt
db5206b40a
chore: add meta tag for better SEO
2 years ago
rebuilt
f6ede8a230
Fix sizing of partial data indicators
2 years ago
rebuilt
e5af5db755
chore: set doctype to html5
2 years ago
rebuilt
e42aa05324
chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data
2 years ago
rebuilt
8f276a5f1a
feat: if admin data value is above 5, round down to 5
2 years ago
rebuilt
0c18aa2083
chore: Add cypress to codebase
2 years ago
rebuilt
010324960d
chore: upgrade javascript dependencies
2 years ago
rebuilt
c7b2177c43
chore: upgrade gem dependencies
2 years ago
rebuilt
b684526bb4
fix: added missing bootstrap files
2 years ago
rebuilt
1615edf080
chore: upgrade javascript dependencies to address security vulnerability
2 years ago
vineeshathallapaneni@gmail.com
429e13aac5
adding Gemfile.lock
2 years ago
Nelson Jovel
f180275b67
fix: merge conflicts in package.json were causing build to fail. Fixed merge conflicts
2 years ago
Nelson Jovel
4c2e3511f0
fix: merge conflicts in yarn.lock file broke deployments. Corrected merge conflicts
2 years ago
Nelson Jovel
11948f23ac
fix: merge conflicts in Gemfile.lock broke deployments. Corrected merge conflicts
2 years ago
vineeshathallapaneni@gmail.com
1fc1c8348f
Revert "added a rake task to output stray responses"
...
This reverts commit ac0374533e .
2 years ago
vineeshathallapaneni@gmail.com
6463c883be
updated Nokogiri as part of security vulnerability and adding updated file Gemfile.lock
2 years ago
vineeshathallapaneni@gmail.com
330aa07afb
upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
...
patching a security vulnerability
2 years ago
vineeshathallapaneni@gmail.com
ac0374533e
added a rake task to output stray responses
2 years ago
rebuilt
d09e61e1e3
chore: disable flaky legacy test
2 years ago
rebuilt
4e85d756e6
fix: Flaky test might be related to not waiting for go button to appear. Add line to wait for go button
2 years ago
rebuilt
ce742974aa
fix: remove debug from dependencies since its causing unresoved dependencies in CI
2 years ago
rebuilt
3680f5bc48
update tests for subcategory report
2 years ago
rebuilt
22cc303a95
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
2 years ago
rebuilt
0ed3af8a1f
Add date range to subcategory report export
2 years ago
rebuilt
784e23982e
feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses
2 years ago
rebuilt
acb01ec92f
Add tests to codify behavior of weighted average logic
3 years ago
Gabe Farrell
459e4b8d21
Use weighted average instead of simple average when calculating response rates
3 years ago
Gabe Farrell
73a5f4e30b
Patch upload script over from rpp
3 years ago
Gabe Farrell
4091fcdd44
Add cleaned data upload script for Lowell
3 years ago
rebuilt
cee1c5fbc9
perf: Reduce number of queries. Remove unneeded methods. Combine
...
subcategory and measure queries in controller
3 years ago
rebuilt
bb172aa7d0
chore: remove errant comment
3 years ago
rebuilt
734b98edbb
perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt
e6c083f809
docs: add contributing doc
3 years ago
rebuilt
f9d4b28969
perf: memoize function when calculating response rates
3 years ago
rebuilt
77e8d12a3b
perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt
ce035f3cbd
Fix: failing subcategory report specs
3 years ago
rebuilt
fb6f43e815
Modify subcategory report to be threaded
3 years ago
rebuilt
4dae0cb565
Add District, School Code, and Grade columns to subcategory report
3 years ago
rebuilt
677cee83e4
turn off three b one scraper spec
3 years ago
rebuilt
7dbb025357
Revert "Add tests to codify behavior of weighted average logic"
...
This reverts commit be26efbeca .
3 years ago
rebuilt
be26efbeca
Add tests to codify behavior of weighted average logic
3 years ago
rebuilt
25a2698ac9
Fix: make sure values don't get reordered after copying over row values from survey item variants. This fixes a problem where cleaner would produce a row with likert scores that got shifted to align with the wrong column
3 years ago
rebuilt
81f8738d59
Fix: Ensure proper detection of survey type. Make sure to remove any survey item ids that end with the survey variant style of '-1'
3 years ago
rebuilt
f7c40c2da2
Fix: enable correct detection of student surveys types by rejecting any
...
headers ending with '-1' (the variants of standard questions)
3 years ago
rebuilt
2445642586
Don't write a file if there's an empty dataset
3 years ago
rebuilt
6b2bceceb6
Fix: Parse headers when they are surrounded by quotes. This helps load recent csv files correctly
3 years ago
rebuilt
ce76c979a4
Add scraper for 3B-i student/#courses ratio
3 years ago
rebuilt
bea9be2d76
Scrape new admin data values
3 years ago
rebuilt
904d0d2f2c
It's possible for admin data likert score values to be above 5. If that happens, we
...
cap the likert score at 5. This was happening already at the scraper
level but it's also now being done by the admin data loader for safety.
Also make sure to just update admin data instead of deleting and
reloading all values each load. Add tests to confirm this behavior
3 years ago