Nelson Jovel
2c4dec050e
chore: correct parsing for 'not sped' and 'lep not first year'
2024-06-26 12:05:05 -07:00
Nelson Jovel
f3c715109f
chore: handle cases where the pivot table inserts headers instead of actual values for gender and race
2024-06-24 19:09:57 -07:00
Nelson Jovel
359c0e2fc0
chore: handle unknowns when parsing records
2024-06-24 13:48:11 -07:00
Nelson Jovel
fe72a27c20
feat: stop processing race or gender column if we encounter values we don't know about
2024-06-20 12:49:15 -07:00
Nelson Jovel
d27e8da343
chore: add ability to filter survey item report by student survey type
2024-06-19 15:49:06 -07:00
Nelson Jovel
6c86cc3fce
chore: add report for listing district level averages for measure scores
2024-06-19 10:15:52 -07:00
Nelson Jovel
53f3362a34
fix: correctly memoize student_survey_items_with_sufficient_responses so that on the analyze page, when the first year has insufficient responses, it doesn't affect all subsequent years
2024-06-13 09:10:09 -07:00
Nelson Jovel
4360014faa
chore: add parsing rules for income: 'yes', 'no' and sped: 'No special needs' and ell: 'ELL'
2024-05-22 17:34:19 -07:00
Nelson Jovel
d65a60772a
feat: add measure name and id to the beginning of the csv report
2024-05-22 17:33:45 -07:00
Nelson Jovel
db1d243979
chore: Only memoize functions primary functions, not every function in the
...
file. This should reduce memory use
2024-05-17 11:02:33 -07:00
Nelson Jovel
5824a058c3
chore: update glossary values to include parsing rules for when we encounter headers
2024-05-16 17:08:06 -07:00
Nelson Jovel
e070ebdca0
chore: parse disaggregation header values as 'unknown' since they are errors in the pivot table logic
2024-05-16 15:11:11 -07:00
Nelson Jovel
d5ea126510
chore: update sped parsing to categorize SpecialEdStatus as unknown
2024-05-15 16:00:39 -07:00
Nelson Jovel
e6af8d1304
chore: account for #N/A when parsing income
2024-05-15 14:19:33 -07:00
Nelson Jovel
acf25cb525
update parsing rules from glossary
2024-05-15 10:54:39 -07:00
Nelson Jovel
d4db4e0fa2
add disaggregation glossary
2024-05-15 10:54:34 -07:00
8916779b40
Chore: Reduce queries
2024-05-10 14:22:48 -04:00
Nelson Jovel
5851ab1cbf
chore: add parsing rules for disaggregation columns; ell, income, sped. Add tests for new rules
2024-05-09 19:16:57 -07:00
Nelson Jovel
ac5c1edfbf
feat: Split academic year into seasons if the academic year's range is
...
initialized with a season, i.e. "2024-25 Fall". Update scapers for
admin data, enrollment and staffing to use the new range standard
correctly. Update the loaders for admin data, enrollment and staffing
so that it populates all seasons in a given year. So admin data for
2024-25 gets loaded into "2024-25 Fall" and "2024-25 Spring". Add tests
for the new range format. Set the default cutoff for the start of Spring season will be the last Sunday in February
2024-04-27 14:24:05 -07:00
d55a6ce24a
Bug Fix: survey item by grade report
2024-04-25 13:47:17 -04:00
b3e6efdb2e
Faster admin data loader + rename School.school_hash
2024-04-22 16:21:43 -04:00
a70ce7aafc
Feat: Add item-level reporting by grade
2024-04-19 15:11:02 -04:00
b501af07a0
Fix: Isolate Report::SurveyItem
2024-04-10 17:07:04 -04:00
a44956bd09
rename SurveyItemResponse method for clarity
2024-04-10 14:41:50 -04:00
ef7b5435ba
Feat: Add task to generate item-level survey report
2024-04-10 14:24:52 -04:00
Nelson Jovel
edccc5e609
feat: ignore library survey items in csvs
2024-04-02 20:46:01 -07:00
Nelson Jovel
3117080f2d
fix: make sure averages for admin data scales are included in report
2024-03-19 08:16:49 -07:00
Nelson Jovel
7666b5466b
feat: create beyond learning loss report
2024-03-19 07:17:22 -07:00
Nelson Jovel
9ab5f89ed7
fix: Correctly namespace models to avoid crashing the build process
2024-03-08 14:18:25 -08:00
Nelson Jovel
8dfaa86982
feat: create a score csv report for measures
2024-03-06 15:50:07 -08:00
Nelson Jovel
c4d8b927af
feat: Support two date formats: ISO 8601 and the standard US date format
...
used in google sheets
2024-02-27 12:00:45 -08:00
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
2024-02-20 21:27:29 -08:00
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
2024-02-20 21:27:21 -08:00
Nelson Jovel
2e0cc3a4d8
fix: make sure response rate gets rounded to nearest integer
2024-01-12 14:18:39 -08:00
Nelson Jovel
edbb84334a
perf: reduce number of calls for student and teacher survey items in response rate calculators
2024-01-12 13:55:14 -08:00
Nelson Jovel
ec5c1bd1ef
fix: correct a problem where survey items with insufficient responses were contributing to the response rate calculation
2024-01-12 13:54:59 -08:00
Nelson Jovel
cf9dd9042d
perf: reduce time spent in sql query for student response rate
2024-01-12 13:54:00 -08:00
Nelson Jovel
b70755aef1
chore: refactor teacher response rate
2024-01-12 13:53:51 -08:00
Nelson Jovel
45ea735fa5
perf: reduce number of queries for teacher survey_items
2024-01-12 13:53:41 -08:00
Nelson Jovel
3718d74e62
perf: reduce number of queries for respondents
2024-01-12 13:53:33 -08:00
Nelson Jovel
277e36429a
perf: reduce number of queries by requesting grouped_responses once instead of for each measure
2024-01-12 13:52:41 -08:00
Nelson Jovel
5b34c2257f
chore: performance fixes for response rate calculation
2024-01-12 13:51:59 -08:00
Nelson Jovel
47cca3ce1f
fix: reduce number of n+1 queries
2024-01-12 13:51:14 -08:00
Nelson Jovel
2dd73f003c
chore: remove method that wasn't needed
2024-01-12 13:49:11 -08:00
Nelson Jovel
a960202d66
chore: performance fixes for response rate calculation
2024-01-12 13:49:02 -08:00
Nelson Jovel
9e368ae47d
chore: prevent multiple lookups for the boston district by inlining the
...
sql
2024-01-12 13:48:51 -08:00
Nelson Jovel
db7c74479d
chore: memoize grades for school
2024-01-12 13:48:08 -08:00
Nelson Jovel
d2efec1574
fix: reduce number of n+1 queries
2023-12-21 13:35:48 -08:00
Nelson Jovel
2a125aa058
chore: bring in some refactoring changes that didn't get copied over from the main branch
2023-12-20 19:27:06 -08:00
Nelson Jovel
75451648e5
chore: move code that normalizes race data to the Race class
2023-12-20 19:07:52 -08:00