Commit graph

1001 commits

Author SHA1 Message Date
rebuilt
0ceaad3a2b chore: add viewport and context meta tags 2023-08-08 09:27:51 -07:00
rebuilt
39cdb57474 chore: add meta tag to application layout for better SEO 2023-08-08 09:25:48 -07:00
rebuilt
db5206b40a chore: add meta tag for better SEO 2023-08-08 09:23:56 -07:00
rebuilt
f6ede8a230 Fix sizing of partial data indicators 2023-08-08 09:21:15 -07:00
rebuilt
e5af5db755 chore: set doctype to html5 2023-08-08 09:12:19 -07:00
rebuilt
e42aa05324 chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data 2023-07-21 12:58:01 -07:00
rebuilt
8f276a5f1a feat: if admin data value is above 5, round down to 5 2023-07-21 12:55:39 -07:00
rebuilt
0c18aa2083 chore: Add cypress to codebase 2023-07-19 12:43:56 -07:00
rebuilt
010324960d chore: upgrade javascript dependencies 2023-07-18 09:57:16 -07:00
rebuilt
c7b2177c43 chore: upgrade gem dependencies 2023-07-18 09:54:35 -07:00
rebuilt
b684526bb4 fix: added missing bootstrap files 2023-06-30 15:20:15 -07:00
rebuilt
1615edf080 chore: upgrade javascript dependencies to address security vulnerability 2023-06-30 13:12:53 -07:00
vineeshathallapaneni@gmail.com
429e13aac5 adding Gemfile.lock 2023-06-29 17:54:09 -04:00
Nelson Jovel
f180275b67 fix: merge conflicts in package.json were causing build to fail. Fixed merge conflicts 2023-06-28 21:24:18 -07:00
Nelson Jovel
4c2e3511f0 fix: merge conflicts in yarn.lock file broke deployments. Corrected merge conflicts 2023-06-28 21:20:46 -07:00
Nelson Jovel
11948f23ac fix: merge conflicts in Gemfile.lock broke deployments. Corrected merge conflicts 2023-06-28 21:19:05 -07:00
vineeshathallapaneni@gmail.com
1fc1c8348f Revert "added a rake task to output stray responses"
This reverts commit ac0374533e.
2023-06-28 23:55:35 -04:00
vineeshathallapaneni@gmail.com
6463c883be updated Nokogiri as part of security vulnerability and adding updated file Gemfile.lock 2023-06-28 23:51:10 -04:00
vineeshathallapaneni@gmail.com
330aa07afb upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock
patching a security vulnerability
2023-06-28 23:51:10 -04:00
vineeshathallapaneni@gmail.com
ac0374533e added a rake task to output stray responses 2023-06-28 23:51:00 -04:00
rebuilt
d09e61e1e3 chore: disable flaky legacy test 2023-06-26 14:27:19 -07:00
rebuilt
4e85d756e6 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:56 -07:00
rebuilt
ce742974aa fix: remove debug from dependencies since its causing unresoved dependencies in CI 2023-06-26 11:42:11 -07:00
rebuilt
3680f5bc48 update tests for subcategory report 2023-06-26 11:38:04 -07:00
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
2023-06-26 11:25:32 -07:00
rebuilt
0ed3af8a1f Add date range to subcategory report export 2023-06-23 11:50:12 -07:00
rebuilt
784e23982e feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses 2023-06-23 11:28:14 -07:00
rebuilt
acb01ec92f Add tests to codify behavior of weighted average logic 2023-06-21 04:45:53 +00:00
459e4b8d21 Use weighted average instead of simple average when calculating response rates 2023-06-21 04:45:53 +00:00
73a5f4e30b Patch upload script over from rpp 2023-06-21 03:27:47 +00:00
4091fcdd44 Add cleaned data upload script for Lowell 2023-06-21 03:23:00 +00:00
rebuilt
cee1c5fbc9 perf: Reduce number of queries. Remove unneeded methods. Combine
subcategory and measure queries in controller
2023-06-19 20:49:57 -07:00
rebuilt
bb172aa7d0 chore: remove errant comment 2023-06-12 16:07:21 -07:00
rebuilt
734b98edbb perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items 2023-06-11 14:43:35 -07:00
rebuilt
e6c083f809 docs: add contributing doc 2023-06-10 11:38:54 -07:00
rebuilt
f9d4b28969 perf: memoize function when calculating response rates 2023-06-10 11:17:40 -07:00
rebuilt
77e8d12a3b perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb 2023-06-10 10:19:05 -07:00
rebuilt
ce035f3cbd Fix: failing subcategory report specs 2023-06-09 21:25:40 -07:00
rebuilt
fb6f43e815 Modify subcategory report to be threaded 2023-06-09 21:12:04 -07:00
rebuilt
4dae0cb565 Add District, School Code, and Grade columns to subcategory report 2023-06-09 15:36:13 -07:00
rebuilt
677cee83e4 turn off three b one scraper spec 2023-06-08 15:31:49 -07:00
rebuilt
7dbb025357 Revert "Add tests to codify behavior of weighted average logic"
This reverts commit be26efbeca.
2023-06-08 15:26:29 -07:00
rebuilt
be26efbeca Add tests to codify behavior of weighted average logic 2023-06-08 15:25:41 -07:00
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 2023-06-08 09:27:44 -07:00
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' 2023-06-07 12:40:23 -07:00
rebuilt
f7c40c2da2 Fix: enable correct detection of student surveys types by rejecting any
headers ending with '-1' (the variants of standard questions)
2023-06-07 12:40:14 -07:00
rebuilt
2445642586 Don't write a file if there's an empty dataset 2023-06-07 12:40:03 -07:00
rebuilt
6b2bceceb6 Fix: Parse headers when they are surrounded by quotes. This helps load recent csv files correctly 2023-06-06 18:29:47 -07:00
rebuilt
ce76c979a4 Add scraper for 3B-i student/#courses ratio 2023-06-05 11:39:08 -07:00
rebuilt
bea9be2d76 Scrape new admin data values 2023-06-03 16:08:48 -07:00