Commit graph

1170 commits

Author SHA1 Message Date
Nelson Jovel
c576e3a0ba chore: upgrade to ruby 3.3.3 2024-06-13 10:10:54 -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
b77d6134df chore: refactor analyze page 2024-06-13 09:08:15 -07:00
Nelson Jovel
5dcb163ab8 chore: upgrade actiontext 2024-06-03 13:26:53 -07:00
Nelson Jovel
071e7c78ba chore: add csv and observer to gemfile since they will no longer be distributed in the standard library 2024-06-03 13:22:52 -07:00
Nelson Jovel
6c2915f7bb update ruby version 2024-06-03 13:21:52 -07:00
Nelson Jovel
6252cccdcb feat: run scraper to get latest admin data 2024-06-03 12:46:18 -07:00
Nelson Jovel
74218449b7 chore: print the n-size when printing nil grades 2024-05-23 13:35:53 -07:00
Nelson Jovel
cc3b320477 chore: set cutoff at 10 percent when printing out nil grades 2024-05-23 13:27:25 -07:00
Nelson Jovel
40f6abe256 chore: generate report of high number of nil grades in responses 2024-05-23 13:14:29 -07:00
Nelson Jovel
66dda0d30d chore: During cleaning, stop execution if grade column isn't found. Also stop execution if a duplicate header is found. Turn off spec for duplicate header check 2024-05-23 12:52:47 -07:00
Nelson Jovel
8d31faf012 chore: speed up survey data loader 2024-05-23 12:24:47 -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
79a964cb38 chore: delete more academic years when doing the reset for multiple survey administrations 2024-05-22 17:34:09 -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
e94974c4f3 chore: update rexml to patch security vulnerability 2024-05-17 09:48:06 -07:00
Nelson Jovel
62a7fbb4fc chore: Add 'English Learner' and 'DirectCert' as valid column headers 2024-05-17 09:42:38 -07:00
Nelson Jovel
1185e74bbf fix: fix git merge error 2024-05-17 08:59:47 -07:00
Nelson Jovel
5c9a999b3c fix: When multiple years were selected on the Analyze page, results were getting incorrectly filtered out when the first academic year did not have sufficient responses. Now all selected years with data are correctly displayed 2024-05-17 08:52:47 -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
5a1db34a18 chore: add a way to print out errors in dese id when cleaning files 2024-05-16 15:11:04 -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
fb19d1306d Update thor 2024-05-15 14:15:19 -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
ab39928080 Repair Gemfile.lock 2024-05-14 16:28:43 -04:00
Gabe Farrell
f152356c54 Merge pull request #7 from edcommonwealth/dependabot/bundler/puma-6.4.2
chore(deps): bump puma from 6.4.0 to 6.4.2
2024-05-14 16:20:31 -04:00
Gabe Farrell
7bbd749f1d Merge pull request #6 from edcommonwealth/dependabot/bundler/yard-0.9.36
chore(deps-dev): bump yard from 0.9.34 to 0.9.36
2024-05-14 16:20:21 -04:00
Gabe Farrell
532e63ef59 Merge pull request #5 from edcommonwealth/dependabot/bundler/rails-7.1.3.1
chore(deps): bump rails from 7.1.2 to 7.1.3.1
2024-05-14 16:20:04 -04:00
Gabe Farrell
914b0b1209 Merge pull request #4 from edcommonwealth/dependabot/bundler/nokogiri-1.16.5
chore(deps): bump nokogiri from 1.15.5 to 1.16.5
2024-05-14 16:19:11 -04:00
rebuilt
958cade9fc Merge pull request #3 from edcommonwealth/dependabot/bundler/rdoc-6.6.3.1
chore(deps): bump rdoc from 6.6.2 to 6.6.3.1
2024-05-14 15:47:44 -04: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
6a9d04f7ff fix: make sure enrollment loader works 2024-04-27 14:34:07 -07:00
Nelson Jovel
efe5f8909a fix: restore seeds file 2024-04-27 14:26:39 -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
5f9495060b Fix: Lowell -> Amherst 2024-04-25 13:49:21 -04:00
d55a6ce24a Bug Fix: survey item by grade report 2024-04-25 13:47:17 -04:00
784a29ed49 Update ruby to 3.3.1 2024-04-24 19:21:59 -04:00
b3e6efdb2e Faster admin data loader + rename School.school_hash 2024-04-22 16:21:43 -04:00
0965841566 Update README with report generation instructions 2024-04-19 15:25:20 -04:00
a70ce7aafc Feat: Add item-level reporting by grade 2024-04-19 15:11:02 -04:00
b5f90376f7 Memoize admin data loader 2024-04-18 17:23:49 -04:00
fbf675bc2b Update README.md 2024-04-10 19:16:33 -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