Gabe Farrell
a70ce7aafc
Feat: Add item-level reporting by grade
2 years ago
Gabe Farrell
b5f90376f7
Memoize admin data loader
2 years ago
Gabe Farrell
b501af07a0
Fix: Isolate Report::SurveyItem
2 years ago
Gabe Farrell
a44956bd09
rename SurveyItemResponse method for clarity
2 years ago
Gabe Farrell
ef7b5435ba
Feat: Add task to generate item-level survey report
2 years ago
Nelson Jovel
edccc5e609
feat: ignore library survey items in csvs
2 years ago
Nelson Jovel
d44de35561
fix: make sure staffing checks for zero
2 years ago
Nelson Jovel
a2f097f32f
fix:typo
2 years ago
Nelson Jovel
54a1192d15
fix: If all respondents have total_teachers set to 0, that will trigger cloning previous year data
2 years ago
Nelson Jovel
ac424a73e0
fix: make sure we are only reseeding staffing and demographic numbers if the data for that year is empty
2 years ago
Nelson Jovel
cf48fa611e
fix: Fixes #187294757 . Data is hidden when selecting multiple years if the default year has no student data to show
2 years ago
Nelson Jovel
a1eb68eaa6
Revert "fix: Fixes #187294757 . Data is hidden when selecting multiple years if the default year has no student data to show"
...
This reverts commit 49a838c060 .
2 years ago
Nelson Jovel
59a7dd2e77
Revert "fix: Makes visible the graphs by grade"
...
This reverts commit 5fc83ac31b .
2 years ago
Nelson Jovel
5fc83ac31b
fix: Makes visible the graphs by grade
2 years ago
Nelson Jovel
49a838c060
fix: Fixes #187294757 . Data is hidden when selecting multiple years if the default year has no student data to show
2 years ago
Nelson Jovel
3117080f2d
fix: make sure averages for admin data scales are included in report
2 years ago
Nelson Jovel
7666b5466b
feat: create beyond learning loss report
2 years ago
Nelson Jovel
5662d04eb5
feat: change the text of the prompts for survey items
2 years ago
Nelson Jovel
9ab5f89ed7
fix: Correctly namespace models to avoid crashing the build process
2 years ago
Nelson Jovel
8dfaa86982
feat: create a score csv report for measures
2 years ago
Nelson Jovel
03a4697683
fix: add pre-k to list of grades
2 years ago
Nelson Jovel
3c3b0d2cf5
fix: loosen restrictions on date format
2 years ago
Nelson Jovel
bd1a7b3877
match an additional format for Dates. Supported dates are now '1/10/2022 14:21:45' '2022-1-10T14:21:45' '2022-1-10 14:21:45'
2 years ago
Nelson Jovel
c4d8b927af
feat: Support two date formats: ISO 8601 and the standard US date format
...
used in google sheets
2 years ago
Nelson Jovel
7d527b5639
chore: support alternate format for recorded date
2 years ago
Nelson Jovel
8d596faeeb
chore: alphabetize districts when writing filename for cleaned files
2 years ago
Nelson Jovel
c6c9fd38de
fix: batch in smaller size to stay within memory limits
2 years ago
Nelson Jovel
f62854117f
fix: support alternate format for active admin data items. Support both 'True/False' and '1/0'
2 years ago
Nelson Jovel
e97e7047b1
fix: no longer support 'form' in filename when cleaning. Only look for 'part X' and add that to the filename if it exists
2 years ago
Nelson Jovel
e2ba084e5b
fix: Support true/false column values when categorizing income status. True is categorized as Economically Disadvantaged. False is categorized as Not Economically Disadvantaged
2 years ago
Nelson Jovel
06cb494f45
fix: change the default to not an english language learner. Blank columns are treated as Not ELL. Only mark student as an english language learner if it's marked as such. Columns marked with 'NA' are treated as unknown
2 years ago
Nelson Jovel
e1fc5dbbaa
feat: add 2023-24 academic year and make sure previous year enrollment
...
and staffing data get loaded when missing
2 years ago
Nelson Jovel
c6960c957d
chore: rename admin data to school data on analyze page
2 years ago
Nelson Jovel
5fc5c21bcb
feat: change 'school admin data' to 'school data'
2 years ago
Nelson Jovel
2e0cc3a4d8
fix: make sure response rate gets rounded to nearest integer
2 years ago
Nelson Jovel
edbb84334a
perf: reduce number of calls for student and teacher survey items in response rate calculators
2 years ago
Nelson Jovel
ec5c1bd1ef
fix: correct a problem where survey items with insufficient responses were contributing to the response rate calculation
2 years ago
Nelson Jovel
cf9dd9042d
perf: reduce time spent in sql query for student response rate
2 years ago
Nelson Jovel
b70755aef1
chore: refactor teacher response rate
2 years ago
Nelson Jovel
45ea735fa5
perf: reduce number of queries for teacher survey_items
2 years ago
Nelson Jovel
3718d74e62
perf: reduce number of queries for respondents
2 years ago
Nelson Jovel
277e36429a
perf: reduce number of queries by requesting grouped_responses once instead of for each measure
2 years ago
Nelson Jovel
5b34c2257f
chore: performance fixes for response rate calculation
2 years ago
Nelson Jovel
47cca3ce1f
fix: reduce number of n+1 queries
2 years ago
Nelson Jovel
2dd73f003c
chore: remove method that wasn't needed
2 years ago
Nelson Jovel
a960202d66
chore: performance fixes for response rate calculation
2 years ago
Nelson Jovel
9e368ae47d
chore: prevent multiple lookups for the boston district by inlining the
...
sql
2 years ago
Nelson Jovel
db7c74479d
chore: memoize grades for school
2 years ago
Nelson Jovel
d2efec1574
fix: reduce number of n+1 queries
2 years ago
Nelson Jovel
2a125aa058
chore: bring in some refactoring changes that didn't get copied over from the main branch
2 years ago
Nelson Jovel
75451648e5
chore: move code that normalizes race data to the Race class
2 years ago
Nelson Jovel
e7f06ef4e9
chore: remove lowell seeding rules
2 years ago
Nelson Jovel
bbefdcb5bb
chore: remove student loader since we load race information in data loader
2 years ago
Nelson Jovel
063810a9d7
chore: make sure to load races in data loader instead of student loader
2 years ago
Nelson Jovel
381625f58b
chore: reenable test spec that tests data loader for races
2 years ago
Nelson Jovel
317fe3239a
chore: refactor Race out of survey_item_values
2 years ago
Nelson Jovel
a295b8afb9
chore: refactor Gender out out of survey_item_values row
2 years ago
Nelson Jovel
5514fef62c
feat: don't show collection date of response rate if there is no survey data
2 years ago
Nelson Jovel
0359dae88a
chore: rename counts_by_grade to enrollment_by_grade for clarity
2 years ago
Nelson Jovel
1d0bac126b
feat: don't double count early ed students who are taking survey in parts
2 years ago
Nelson Jovel
32b05487a1
fix: Correctly navigate the user to the latest academic year when no data exists for the school
2 years ago
Nelson Jovel
ee5e53f992
chore: Make sure 'hispanic' column only gets applied when using SIS race information
2 years ago
Nelson Jovel
6f265302ea
feat: if the filename includes the words 'form' or 'part' add that to the resulting cleaned filename
2 years ago
Nelson Jovel
d79635054c
fix: instead of looking for 'asian' at the start of a word, look for it
...
after a word boundary. This means it still doesn't get confused with
caucasian and it's more flexible whan asian appears inside other text
such as 'Caucasian and Asian and Black'
2 years ago
Nelson Jovel
fe039e3d04
chore: various fixes for race and gender categorization during cleaning.
...
Also add tests for race and gender categorization
2 years ago
Nelson Jovel
054e5603b7
chore: fix failing legacy tests
2 years ago
rebuilt
a07728fcd6
feat: We no longer trust the progress number that gets exported from qualtrics. Instead during the cleaning progress, perform a manual count of the number of responses to filter out rows that don't meet the minimum threshold.
2 years ago
rebuilt
4419aea1da
fix: make sure sped is taken into account when caching analyze page
2 years ago
rebuilt
9d680c5159
chore: upgrade to rails 7.1.
...
upgrade rspec
fix failing tests
upgrade devise
2 years ago
rebuilt
acfdaf5587
feat: add special education disaggregation
2 years ago
rebuilt
5bdffec8f9
Add disaggregation by ELL
2 years ago
rebuilt
245cde85cd
Add disaggregation by ELL
2 years ago
rebuilt
bcfb52c97a
fix: I broke the feature where the site would automatically navigate the user to the latest year that had sufficient data when I made response rates calculate on each page load instead of being precalculated and stored in the database. Instead of a database lookup for response rates that meet the sufficiency threshold, I caculate the latest year when a user chooses a school from the welcome page.
2 years ago
rebuilt
5ea01ac916
Reorder gender columns
2 years ago
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