Nelson Jovel
|
fe039e3d04
|
chore: various fixes for race and gender categorization during cleaning.
Also add tests for race and gender categorization
|
2023-12-18 15:38:31 -08:00 |
|
Nelson Jovel
|
054e5603b7
|
chore: fix failing legacy tests
|
2023-11-03 10:18:46 -07:00 |
|
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.
|
2023-10-27 15:13:17 -07:00 |
|
rebuilt
|
4419aea1da
|
fix: make sure sped is taken into account when caching analyze page
|
2023-10-17 12:34:26 -07:00 |
|
rebuilt
|
9d680c5159
|
chore: upgrade to rails 7.1.
upgrade rspec
fix failing tests
upgrade devise
|
2023-10-17 12:34:11 -07:00 |
|
rebuilt
|
acfdaf5587
|
feat: add special education disaggregation
|
2023-10-17 12:29:00 -07:00 |
|
rebuilt
|
5bdffec8f9
|
Add disaggregation by ELL
|
2023-10-17 12:06:19 -07:00 |
|
rebuilt
|
245cde85cd
|
Add disaggregation by ELL
|
2023-10-17 11:18:47 -07:00 |
|
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.
|
2023-08-28 13:46:50 -07:00 |
|
rebuilt
|
5ea01ac916
|
Reorder gender columns
|
2023-08-22 12:22:51 -07:00 |
|
rebuilt
|
2a8148b8cd
|
fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
|
2023-08-22 12:18:18 -07:00 |
|
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.
|
2023-08-15 16:13:47 -07:00 |
|
|
|
f9571b14f2
|
Change subcategory hovers to say 67 instead of 66 questions
|
2023-08-09 12:20:33 -07:00 |
|
|
|
433e7c50de
|
Add hovers to browse page response rates
|
2023-08-09 12:20:18 -07:00 |
|
rebuilt
|
6db93cb116
|
feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged'
|
2023-08-09 12:13:04 -07:00 |
|
rebuilt
|
fc3f979a58
|
feat: disable income from dropdown
|
2023-08-08 15:56:20 -07:00 |
|
rebuilt
|
a1b580048b
|
chore: remove precalculated race scores. Calculate race scores on every reload
|
2023-08-08 15:54:15 -07:00 |
|
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
|
2023-08-08 15:52:12 -07:00 |
|
rebuilt
|
7373e2e52f
|
fix: Filter out responses that don't correspond to the grades the school serves
|
2023-08-08 11:46:14 -07:00 |
|
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
|
2023-08-08 11:44:19 -07:00 |
|
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.
|
2023-08-08 11:43:40 -07:00 |
|
rebuilt
|
d00288fd71
|
Move color definitions out of response rate presenter and into _colors.scss
|
2023-08-08 10:19:59 -07:00 |
|
|
|
e6c8101d0b
|
Add Overall Response Rate Popover
|
2023-08-08 10:09:39 -07:00 |
|
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.
|
2023-08-08 10:06:39 -07:00 |
|
rebuilt
|
0a5500ecc9
|
feat: Add overall response rate
|
2023-08-08 10:01:48 -07:00 |
|
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
|
b684526bb4
|
fix: added missing bootstrap files
|
2023-06-30 15:20:15 -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 |
|
|
|
459e4b8d21
|
Use weighted average instead of simple average when calculating response rates
|
2023-06-21 04:45:53 +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
|
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
|
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
|
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
|
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 |
|