rebuilt
fbaeb2769f
scrape admin, enrollments, and staffing data
2026-03-05 13:20:21 -08:00
rebuilt
ddd20b2053
scrape admin, enrollments, and staffing data
2026-03-05 12:17:44 -08:00
rebuilt
56fae7f825
ECP-204 Clean and upload all parent survey results from Revere
2025-12-09 13:25:00 -08:00
rebuilt
1bf35012d0
update admin data
2025-12-04 20:41:41 -08:00
rebuilt
b6675c2516
ECP-206 Delete the 3 info boxes for each sub-category on the Browse page
2025-10-30 13:32:39 -07:00
rebuilt
aa39303dfc
fix: keep alive long running sftp connections
2025-09-18 08:05:25 -07:00
rebuilt
6b75af4c7d
fix: make survey data uploads threaded
2025-09-17 21:57:34 -07:00
rebuilt
23e5f9bb48
fix: don't concat nils into array
2025-09-17 20:19:30 -07:00
rebuilt
65acd68d84
fix: update how survey data is loaded because some data was missing from previous uploads
2025-09-17 19:22:31 -07:00
rebuilt
4331c01789
chore: add includes call to ensure we don't do an n+1 query
2025-07-09 22:08:56 -07:00
rebuilt
138c61e7f0
ECP-201 Add an unknown categories to the parent survey SES filter
2025-07-09 21:54:45 -07:00
rebuilt
690f2db863
ECP-162 fix benefits so it gets scored correctly
2025-07-03 17:45:45 -07:00
rebuilt
a3082037fa
fix: ensure loaded survey item responses are uniq by id to avoid PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time (PG::CardinalityViolation)
2025-07-03 08:10:42 -07:00
rebuilt
1da1b238e0
fix: PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time (PG::CardinalityViolation) HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.
2025-07-02 19:24:29 -07:00
rebuilt
cab0a3955e
finish up adding socio economic disag filter
2025-06-25 17:12:20 -07:00
rebuilt
a258b32b39
WIP: create backend for socio-economic-status
2025-06-25 11:08:12 -07:00
rebuilt
2068758ae4
ECP-170 Remove login requirement for Trition. Switch to using predefined passwords stored in the database for district login.
2025-06-11 13:54:56 -07:00
rebuilt
9d8543afae
feat: Update cleaner and uploader to load gender data from parent surveys
...
Implement graph views for parent gender data
2025-05-27 11:13:00 -07:00
rebuilt
5b00454a1b
ECP-125 feat:
...
Update cleaner to read parent races.
Update uploader to set races for parents.
Add race graphs to analyze page. Show both measure and scale level graphs
2025-05-22 11:57:26 -07:00
rebuilt
76f2467b97
chore: ECP-152 Reduce batch size of survey uploads to 100 at a time from 500 to reduce memory usage and also explicitly run garbage collection so we stay under the 500 mb limit of heroku
2025-05-12 19:15:33 -07:00
rebuilt
0f457becf0
feat: create a parents by language graph
...
Update demographics table with lanugage options
Create a lanugage table to hold the new languages
Update the demographic loader to input languages into the database
Update the cleaner to read the language column
Update the parent table to hold a reference to a language
Update the data uploader script to read the language from the csv and update the language information for any parent items that already exist (or create database entries if none already exist)
update the analyze interface to add controls for selecting ‘parents by group’ and a dropdown for ‘parent by language’
Update the analyze controller to read the parent-by-group parameter
Create a graph for the parent-by-group view
Bubble up averages for language calculations.
Make sure n-size only counts responses for a given measure.
2025-04-28 16:42:11 -07:00
rebuilt
3a5a368a35
feat: Update demographics file with housing statuses. Create housing class. Update survey_item_values.rb to parse housing info. Update cleaner to output housing info.
2025-03-27 15:20:40 -07:00
rebuilt
2fce07e3cd
chore: correctly detect missing grade header
2025-03-19 10:52:35 -07:00
rebuilt
044a77cd3d
feat: pull down new admin data. Fix problems with some scrapers. For 5D-ii make sure the likert score is 1 if the nurse count is 0. Prevent devision by zero returning infinity. For 3A-ii make sure not to perform division by zero. Likert score will be 1 if the number of guidance couselors, psychologists, or paraprofessionals is zero.
2025-03-12 13:46:01 -07:00
nelson
ef9e5b7ebb
feat: Add scraper for a-curv-i7. Scrape new admin data for that item
2025-02-13 11:45:30 -08:00
nelson
3d2b32cebf
chore: rename sftp environment variable
2025-02-07 12:51:33 -08:00
nelson
83b426fbc9
feat: add scraper for 4D-ii
2025-02-06 21:09:56 -08:00
nelson
4c28b10bd4
feat: finish scraper for students of color in advanced courses
2025-02-06 13:08:04 -08:00
nelson
685bafd52c
Fix hs only admin data item. Use alternate method to check if a school is a high school
2025-02-06 13:07:05 -08:00
rebuilt
1de5d4d456
chore: fix problem with enrollment scraper
2025-01-27 15:13:25 -08:00
Nelson Jovel
28c6eb7fc0
chore: scrape new admin data; a-ovpe-i1
2025-01-17 18:32:00 -08:00
Nelson Jovel
2333e9c8c7
feat: add admin data item a-curv-i5 with temporary benchmark of 2
2025-01-15 16:32:22 -08:00
Nelson Jovel
02bcb2b75b
feat: add esp counts when calculating teacher participation rates on overview page
2025-01-15 13:39:41 -08:00
Nelson Jovel
beb93aa8e8
fix: make sure all likert scores get counted even when the survey item id has different capitalization. Add tests for uploading parent data. Change the parent response rate calcuation to count all students in the school instead of just for the grades that were given the student survey
2024-11-08 15:36:34 -08:00
Nelson Jovel
0c661930e9
Show parent response rate
2024-11-03 12:47:25 -08:00
Nelson Jovel
e5e969b968
feat: add parent survey gauges
2024-09-16 15:24:43 -07:00
Nelson Jovel
d2968c5cef
chore: add another variant for column name
2024-06-26 14:19:25 -07:00
Nelson Jovel
ed3ac25a7b
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:13 -07:00
Nelson Jovel
532ca39e84
chore: speed up survey data loader
2024-05-23 12:23:52 -07:00
Nelson Jovel
d820172ff7
chore: Add 'English Learner' and 'DirectCert' as valid column headers
2024-05-17 09:41:18 -07:00
Nelson Jovel
c2c8ce3b8d
chore: add a way to print out errors in dese id when cleaning files
2024-05-16 15:09:14 -07:00
Nelson Jovel
ea2feb138b
add disaggregation glossary
2024-05-15 10:15:16 -07:00
Nelson Jovel
e60a30911c
chore: add more rules for finding disaggregation columns and parsing sped values
2024-05-09 12:53:13 -07:00
Nelson Jovel
8bb6f5e8f0
Add ell income and sped parsing rules for SIS data. Add tests for the
...
new inputs.
2024-05-07 18:46:53 -07:00
Nelson Jovel
33da0859b9
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-25 09:21:04 -07:00
5789ebf564
Faster admin data loader + rename School.school_hash
2024-04-22 14:46:37 -04:00
04d61c0b1a
Memoize admin data loader
2024-04-18 17:13:03 -04:00
Nelson Jovel
2cb43058a0
fix: loosen restrictions on date format
2024-03-01 10:15:32 -08:00
Nelson Jovel
289b04bc69
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'
2024-03-01 09:30:23 -08:00
Nelson Jovel
d6735d449d
feat: Support two date formats: ISO 8601 and the standard US date format
...
used in google sheets
2024-02-27 11:55:47 -08:00