rebuilt
2a8148b8cd
fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
2 years ago
rebuilt
aafaeeaf41
fix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
2 years ago
Gabe Farrell
f9571b14f2
Change subcategory hovers to say 67 instead of 66 questions
2 years ago
Gabe Farrell
433e7c50de
Add hovers to browse page response rates
2 years ago
rebuilt
6db93cb116
feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
2 years ago
rebuilt
fc3f979a58
feat: disable income from dropdown
2 years ago
rebuilt
a1b580048b
chore: remove precalculated race scores. Calculate race scores on every reload
2 years ago
rebuilt
76ebcc6ef3
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
7373e2e52f
fix: Filter out responses that don't correspond to the grades the school serves
2 years ago
Nelson Jovel
4711e16c03
fix: fix teacher n_size so instead of counting all the indivual teacher responses for a measure, it only counts the unique respondents
2 years ago
rebuilt
1265a164b9
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.
2 years ago
rebuilt
d00288fd71
Move color definitions out of response rate presenter and into _colors.scss
2 years ago
Gabe Farrell
e6c8101d0b
Add Overall Response Rate Popover
2 years ago
rebuilt
f6f56367fc
The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
2 years ago
rebuilt
0a5500ecc9
feat: Add overall response rate
2 years ago
rebuilt
0ceaad3a2b
chore: add viewport and context meta tags
2 years ago
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
b684526bb4
fix: added missing bootstrap files
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
Gabe Farrell
459e4b8d21
Use weighted average instead of simple average when calculating response rates
3 years ago
rebuilt
cee1c5fbc9
perf: Reduce number of queries. Remove unneeded methods. Combine
...
subcategory and measure queries in controller
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
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
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
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
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
rebuilt
3589878700
Don't check standard deviation for early education surveys
3 years ago
rebuilt
89295f8832
Missing progress or duration information does not result in a row removed in the cleaning process
3 years ago
rebuilt
6022739f07
use district short name when writing filename
3 years ago
rebuilt
f749b96006
update response_date to recorded_date
3 years ago
rebuilt
9d0f8659f1
Adjust valid duration threshold of short form items
3 years ago
rebuilt
37e932e078
Fix regression in student loader
3 years ago
rebuilt
0dfc9726d0
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
rebuilt
b5dc933187
Add subcategory report
3 years ago
rebuilt
c57ec6157c
Round all averages to two decimal places
3 years ago
rebuilt
6b2555c1f0
Fix response rates for small schools by accounting for expected minimum counts of responses less than 10
3 years ago
rebuilt
a066f464c7
fix failing tests
3 years ago
rebuilt
f1022728fa
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
c42b569e78
cap response rate per grade at 100
3 years ago
rebuilt
798ba1f340
Only return files in sftp directory, not other directories
3 years ago
rebuilt
0ed6cbe6b4
Rename DataAvailability to Summary
3 years ago
rebuilt
09963c3323
Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
3 years ago
rebuilt
001d3083c8
Calculate response rate on the fly instead of looking it up from the db
...
when calculating response rates.
3 years ago
rebuilt
cee7aa4c59
Remove unused filename
3 years ago
rebuilt
d3a28f7635
Fix ThreeATwo scraper
3 years ago
rebuilt
30e006ee0d
Set a minimum threshold of 10 survey item responses to calculate scores per survey item
3 years ago
rebuilt
982f216c6c
rename counts_by_grade method to the more descriptive enrollment_by_grade
3 years ago
rebuilt
07ed8dd259
Update logic for calculating student response rate. Remove references
...
to survey table. We no longer check or keep track of the survey type.
Instead we look in the database to see if a survey item has at least 10
responses. If it does, that survey item was presented to the respondent
and we count it, and all responses when calculating the response rate.
Remove response rate timestamp from caching logic because we no longer
add the response rate to the database. All response rates are calculated
on the fly
Update three_b_two scraper to use teacher only numbers
swap over to using https://profiles.doe.mass.edu/statereport/gradesubjectstaffing.aspx as the source of staffing information
3 years ago
rebuilt
0bfde2805a
temporarily turn off caching based on the response rate timestamp
3 years ago
rebuilt
63f453d258
Update seeder to use ActiveRecord imports
3 years ago
rebuilt
357c7427d1
Batch imports for staffing data
3 years ago
rebuilt
d272e48adc
load total students and batch importing records
3 years ago
rebuilt
049ae4548f
Don't add another response rate record to the database. Just calculate on the fly. Otherwise we can run into a situation where we create two response rates for a given school/academic_year/subcategory
3 years ago
rebuilt
63b1615bef
Make sure when checking for sufficient gender responses that we only check student survey items
3 years ago
rebuilt
cf2b2433e9
Use an sftp uri unique to MCIEA
3 years ago
rebuilt
a5da0fb0c6
Fix bug with not all survey responses loading when using sftp loader
3 years ago
rebuilt
ef087a6cd0
update default folder for survey responses
3 years ago
rebuilt
47c1856281
Process 1000 rows at a time to limit memory usage in production
3 years ago
rebuilt
640de1c8df
Don't print sftptogo_url
3 years ago
rebuilt
380048f5cd
Load survey responses from sftp folder
3 years ago
rebuilt
6f986ff8a1
add proof of concept sftp downloader
3 years ago
rebuilt
d5533bb756
Support survey item variants. Survey item id's in the format s-sbel-q1-1 will load into s-sbel-q1
3 years ago
rebuilt
ed421296c7
Fix bug that caused an incorrect score of 1 to be assigned for admin
...
data item related to parity index of teachers of color to students of
color. Now if there's not enough data to calculate a score, it produces
'NA' instead of 1. Also added admin data for a-reso-i1 and a-curv-i1
3 years ago
rebuilt
06f49fc17f
add more colors
3 years ago
rebuilt
7b9abe3793
Scrape latest data from DESE
3 years ago
rebuilt
7ddada5050
Update empty dataset indicators
3 years ago
rebuilt
880da0d8ff
Only show district dropdown if there is more than one district in the database
3 years ago
rebuilt
4c2a299510
Fix hotwire test
3 years ago
rebuilt
b884021f66
Rename race column from 'Race/Ethnicity not listed' to 'Not Listed'
3 years ago
rebuilt
69179ce157
Replace javascript logic with hotwire. Also hide district dropdown on
...
home page if there is only one district.
3 years ago
rebuilt
c58686c032
rename race and gender modules to avoid naming collision with race and gender classes
3 years ago
rebuilt
850ef9d1cd
Make sure demographic loader doesn't break when changing the designation of a Race
3 years ago
rebuilt
bb9ea9b22d
Add admin data messages to analyze page for insufficient/irrelevant states
3 years ago
rebuilt
53a08d41bf
Change label for unknown race
3 years ago
rebuilt
a1b7db9b2e
Add ability to load student demographic information for only lowell
3 years ago
rebuilt
d49cf918ac
Add a way to seed only lowell schools
3 years ago
rebuilt
fc9e73f656
make sure survey responses for Butler get loaded correctly
3 years ago
rebuilt
9bbba64e9e
Add rules to the survey data loader to allow skipping non-lowell schools
3 years ago
rebuilt
1f7fa8146c
Fix bug that happens when you view gender scores for multiple years
3 years ago
Nelson Jovel
43bc55ed32
Query for survey items once instead of on each row
3 years ago
rebuilt
83fa255e5d
Make utility method private
3 years ago
rebuilt
3ca270e3b1
Fix more malformed csv errors
3 years ago
rebuilt
360579852c
Send fewer sql queries when loading survey responses
3 years ago
rebuilt
9ae94a2dae
further reduce batch size to avoid exceeding memory quota
3 years ago
rebuilt
bb472ce6c3
Reduce number of rows to process to avoid exceeding memory limit on heroku
3 years ago
rebuilt
72c90b8f47
Add selector for all data
3 years ago
rebuilt
4626d43e3e
Add changes to demographic loader so it the tests don't fail when run in parallel
3 years ago
rebuilt
7d7bee6498
Add gender disagreggation
3 years ago
rebuilt
7f0faf8917
Add checkboxes to analyze page for genders
3 years ago
rebuilt
a1f3dfaa33
Load gender information to survey item responses
3 years ago
rebuilt
8cdd1b6285
Create gender class. Load genders to database from demographics file
3 years ago
rebuilt
f4e2e6ca83
Correct headers for 4D so the data can be correctly imported
3 years ago
rebuilt
9b28b0e629
Add grades to cache list
3 years ago
rebuilt
f9c4ed8880
make sure grade gets updated when loading survey responses
3 years ago
rebuilt
89a7f27b88
Finishes #183092367 . Adds ui and graphs to show grade level disaggregations
3 years ago
Nelson Jovel
6ed405d16d
Update student csvs
3 years ago
rebuilt
dd9ed86dcd
Merge branch 'scrapers'
3 years ago
rebuilt
f556844b73
Update a-sust-i1 so it's only applicable to high schools and lower
...
benchmark for a-cure-i1 from 6.7 to 5 percent.
3 years ago
rebuilt
9e82023e48
Make sure we don't divide by 0
3 years ago
rebuilt
1a984d2cf0
Make sure we don't divide by 0
3 years ago
rebuilt
3ee909bbea
Update 3B-2 with an absolute floor
3 years ago
rebuilt
1be6e79fd8
Add scrapers for admin data and their corresponding csv files of data.
...
Make sure specs are off so they don't run in github CI
3 years ago
rebuilt
9e18bf2151
Turn off specs for scrapers. Generate csvs for scraped data
3 years ago
rebuilt
75cea539c5
Change scraped csv file names from word to number format 'one_a_one.csv'
...
-> '1A_1.csv''
3 years ago
rebuilt
3e28be2d0d
Remove 'scraper' from file/class names add 3B-1
3 years ago
rebuilt
83ef9310a4
Add scraper for 3A-1 and 2C-1. Finishes #183105787 and #183105716
3 years ago
rebuilt
b5bc9c9de4
Add 2A-i admin data. Finishes #183105627
3 years ago
rebuilt
459393381b
Load admin data for 1A-iii. Finishes #183105516
3 years ago
rebuilt
f783ce9724
add one-a
3 years ago
rebuilt
048aacd641
Add admin data for 4D. Finishes #182818489 and #182793402
3 years ago
rebuilt
1e349519bc
Update framework. Remove/Add admin data items. Finishes #182819940
3 years ago
rebuilt
043f6de8e7
Prefer using over uniq so the filtering happens in sql
3 years ago
rebuilt
30eae881f3
Load correct column for 2021-22 year
3 years ago
rebuilt
bc63dfab7e
add one_off scripts for each academic year
3 years ago
rebuilt
3fcab58557
Do not erase all students when loading each file
3 years ago
rebuilt
3f493727b3
Load a single year of student demographic data and race scores at a time
3 years ago
rebuilt
4a32ea3332
Reduce memory use in race score loader
3 years ago
rebuilt
d89a207c31
Load student data for all years and calculate race scores for all
3 years ago
rebuilt
191abdbd50
Align styling to closer match design
3 years ago
rebuilt
a4dbeb6718
Change logic on analyze page to include admin data when presenting insufficiency messages and enable/disable academic year checkboxes
3 years ago
rebuilt
42e150b33b
Update caching rule so a race_score with an updated timestamp will break the cache
3 years ago
rebuilt
58f5b01471
Use less memory when loading race scores
3 years ago
rebuilt
54ea1a1070
Change race score calculation from a minimum of 10 responses to meet
...
sufficiency to 10 students.
3 years ago
rebuilt
e2bded66e8
Disable checkboxes that are irrelevant for the graph type
3 years ago
rebuilt
2be86a2b13
Disable race score loader tests so it passes github ci
3 years ago
rebuilt
105f30f220
Change race score calculations so the average bubbles up through survey_items
...
-> scales -> measure.
Precalculate averages for performance.
3 years ago
rebuilt
3f2279e2e8
Position multi-word analyze graph labels horizontally
3 years ago
rebuilt
35d650c3a4
stagger bar labels
3 years ago
rebuilt
50b3bc678c
Columns for students by group graph change when corresponding race checkboxes are clicked
3 years ago
rebuilt
e8f4773c65
Shorten graph labels
3 years ago
rebuilt
3775762ed4
Add caching rules so page displays all analysis graphs
3 years ago
rebuilt
ff14bad102
Rename Student column to AllStudent so there isn't a naming clash with
...
the Student model.
3 years ago
rebuilt
93486eb132
Fix failing tests
3 years ago
rebuilt
26f739090b
add race columns to graph
3 years ago
rebuilt
94a58a87d7
Use modules to namespace classes for analyze page
3 years ago