rebuilt
35c8199887
Reorder gender columns
2 years ago
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
2 years ago
rebuilt
7e1be4860c
fix: added missing bootstrap files
2 years ago
rebuilt
549fdc9dca
chore: upgrade javascript dependencies to address security vulnerability
2 years ago
Nelson Jovel
d039432d06
fix: merge conflicts in Gemfile.lock broke builds
2 years ago
vineeshathallapaneni@gmail.com
eaef648516
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
d42464cfad
updated Nokogiri as part of security vulnerability and adding updated file Gemfile.lock
2 years ago
rebuilt
a13d46354a
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
ebe28ed719
fix: remove debug from dependencies since it's causing unresolved dependency errors in CI
2 years ago
rebuilt
c0fdaeb26b
update tests for subcategory report
2 years ago
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
2 years ago
Gabe Farrell
09aa6fdb58
Change subcategory hovers to say 67 instead of 66 questions
2 years ago
rebuilt
703928c234
Add date range to subcategory report export
2 years ago
rebuilt
e8aa75bf66
feat: update survey_item_response table to indlude recorded date and import recorded date when loading responses
2 years ago
Gabe Farrell
8bc14a79f6
Add hovers to browse page response rates
3 years ago
rebuilt
1c6a6a7a7a
Add tests to codify behavior of weighted average logic
3 years ago
Gabe Farrell
37013c4b12
Use weighted average instead of simple average when calculating response rates
3 years ago
Gabe Farrell
527aa66796
Patch upload script over from rpp
3 years ago
Gabe Farrell
dd26663340
Update README.md with upload script
3 years ago
Gabe Farrell
b07a675427
Add cleaned data upload script for Lowell
3 years ago
Nelson Jovel
0a2c5e02c5
feat: add ability to merge disaggregation data with raw survey data to
...
produce a cleaned csv with merged income disaggregation columns
3 years ago
rebuilt
fae530d21f
perf: Reduce number of queries. Remove unneeded methods. Combine
...
subcategory and measure queries in controller
3 years ago
Gabe Farrell
0662d7233f
Update README.md
3 years ago
rebuilt
411c632c25
chore: remove errant comment
3 years ago
rebuilt
518bc29f0f
perf: include survey items with measures to avoid n+1 queries when scoring by student/teacher survey items
3 years ago
rebuilt
f6e4fd1ba9
docs: add contributing doc
3 years ago
rebuilt
d306319de1
perf: memoize function when calculating response rates
3 years ago
rebuilt
452876ef09
perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
3 years ago
rebuilt
eee0cb14a3
Fix: failing subcategory report specs
3 years ago
rebuilt
1aaed0682e
Modify subcategory report to be threaded
3 years ago
rebuilt
aab4e78a71
Add District, School Code, and Grade columns to subcategory report
3 years ago
rebuilt
5e9cc02024
Revert "Add tests to codify behavior of weighted average logic"
...
This reverts commit 0ab8e88072 .
3 years ago
rebuilt
0ab8e88072
Add tests to codify behavior of weighted average logic
3 years ago
rebuilt
e2d24a9bec
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
c2503541ff
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
ddf9a628d5
Fix: enable correct detection of student surveys types by rejecting any
...
headers ending with '-1' (the variants of standard questions)
3 years ago
rebuilt
896f0d9961
Don't write a file if there's an empty dataset
3 years ago
rebuilt
d4f4b899f0
Scrape new admin data values
3 years ago
rebuilt
76b79b99c2
Fix: Parse headers when they are surrounded by quotes. This helps load recent csv files correctly
3 years ago
rebuilt
b57489a7b0
Scrape new admin data values
3 years ago
rebuilt
30285efd69
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
rebuilt
abe7a8804c
Don't check standard deviation for early education surveys
3 years ago
rebuilt
5fe0e07020
Add Wisconsin enrollment and staffing information
3 years ago
rebuilt
9aeb5f92af
Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
rebuilt
e3ae12b425
update response_date to recorded_date
3 years ago
rebuilt
a30921ce06
Add New Jersey enrollment and staffing data
3 years ago
rebuilt
93d087a5de
Use short district name for cleaned csv
3 years ago
rebuilt
8ef8cfce58
Adjust valid duration threshold of short form items
3 years ago
rebuilt
82659647bb
add new hero. fix background placement
3 years ago
rebuilt
43bcd51452
Set credentials before switching to different district instead of after in the hopes the test will be less flaky when run in github actions
3 years ago