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
rebuilt
87ca23df79
Add subcategory report
3 years ago
rebuilt
2e3461b685
Add subcategory report
3 years ago
rebuilt
d6b2521883
Fix regression in student loader
3 years ago
rebuilt
b915c61476
Add livereload
3 years ago
rebuilt
4509c157fa
Add automated data cleaning. Modify SurveyItemValues class to use regex
...
instead of hard coded values. Produce a clean csv and a csv with all
the removed values and columns with reason for removal. Add script for
running cleaning for each project
3 years ago
vineeshathallapaneni@gmail.com
5cf5a5f383
added tasks to find stray responses and skipped questions
3 years ago
vineeshathallapaneni@gmail.com
d0db255af1
updated gemfile for mac
3 years ago
rebuilt
72b35ff2e3
Add viewport and context meta tags
3 years ago
rebuilt
7855663b7e
Add meta description to application template
3 years ago
rebuilt
24e7a9abca
Add meta tag
3 years ago
rebuilt
a1743da910
Update about us section
3 years ago
rebuilt
b72c173c0b
Add webmanifest
3 years ago
rebuilt
dd94b283fa
Remove hotjar
3 years ago
rebuilt
51d5d72730
Fix sizing of partial data indicators
3 years ago
rebuilt
1526bb2532
Set doctype to html5
3 years ago
rebuilt
09be5f1fc8
Make sure to perform authorization when switching districts. Make sure to use apparition for system specs
3 years ago
rebuilt
d48a4efda2
Round all averages to two decimal places
3 years ago
rebuilt
3c30808a5e
Fix response rates for small schools by accounting for expected minimum counts of responses less than 10
3 years ago
rebuilt
b5be86d74d
Add Waupun and Dunellen school districts
3 years ago
rebuilt
170bc79f96
update ship it to use 'yarn jest' instead of 'yarn test' so javascript test will run correctly
3 years ago
rebuilt
359e266a6c
Remove unused TODOs
3 years ago
rebuilt
c5373b5e99
Add most recent admin data
3 years ago
rebuilt
3f2a7dff50
Fix problem with dese scraper lumping in 2021-22 data as 2022-23 data.
...
Deleted unused csvs. Turned off puts statements in admin loader.
Remove old, now unused admin data loader class.
3 years ago
rebuilt
ca31bd3217
cap response rate per grade at 100
3 years ago
rebuilt
fb963f63e0
Clean up rake tasks to get data:load_survey_responses working
3 years ago
rebuilt
4b7d2e6feb
Only return files in sftp directory, not other directories
3 years ago
rebuilt
541f29108b
Rename DataAvailability to Summary
3 years ago
rebuilt
596ce25737
Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
3 years ago