Nelson Jovel
534f42dfe0
feat: add esp counts when calculating teacher participation rates on overview page
2025-01-23 11:51:32 -08:00
Nelson Jovel
0c12e24288
chore: Make sure survey items are uniq by survey item ids
2024-11-25 17:05:56 -08:00
Nelson Jovel
e4e1a2e96e
chore: update to rails 8
2024-11-21 14:18:22 -08:00
Nelson Jovel
8984023aa4
Show parent response rate
2024-11-19 19:06:05 -08:00
Nelson Jovel
424e4c79a5
feat: Show parent scales on browse page
2024-09-27 13:30:58 -07:00
Nelson Jovel
3ad47e6bd5
feat: switch analyze page to use hotwire. Fix n_size count for teacher
2024-06-12 10:43:48 -07:00
Nelson Jovel
e3c2188a04
revert 2022-23 to be a single survey administration year instead of a multiple one
2024-05-08 15:24:46 -07:00
Nelson Jovel
cf5c4f2d13
feat: add seasonal academic years
2024-05-08 15:22:26 -07:00
Nelson Jovel
67ffc996a8
Revert "Split academic year into seasons if the academic year's range is"
...
This reverts commit a5d4cccb37 .
2024-04-26 13:48:30 -07:00
Nelson Jovel
a5d4cccb37
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-26 13:31:50 -07:00
Nelson Jovel
a279509f00
feat: add 2024-25
2024-04-09 12:31:39 -07:00
Nelson Jovel
4c1713e538
perf: add pghero and implement pghero suggestions. Remove unneeded indexes
2024-01-12 13:42:25 -08:00
Nelson Jovel
55b73279bf
feat: add 2023-24 academic year and make sure previous year enrollment
...
and staffing data get loaded when missing
2023-12-08 09:35:53 -08:00
Nelson Jovel
0610efb77d
chore: migration file change
2023-11-02 15:30:22 -07:00
rebuilt
e45a4f96dd
last commit
2023-10-26 13:29:54 -07:00
rebuilt
fbcfdeaa72
chore: upgrade to rails 7.1.
...
upgrade rspec
fix failing tests
upgrade devise
2023-10-24 13:06:53 -07:00
rebuilt
ef44c41965
feat: add special education disaggregation
2023-10-24 13:05:57 -07:00
rebuilt
18ab51c860
chore: upgrade to rails 7.1.
...
upgrade rspec
fix failing tests
upgrade devise
2023-10-24 13:04:05 -07:00
rebuilt
2fd56047d4
Add disaggregation by ELL
2023-10-24 12:51:12 -07:00
rebuilt
2ac30bb107
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-10-24 09:05:27 -07:00
7dec0be5af
Add seeding & scripts for Daley 2023-24
2023-06-23 18:33:19 +00:00
rebuilt
8a23296ca5
perf: Add another index to surveyitemresponses. Implement bullet suggestions. Memoize a function in measure.rb
2023-06-10 10:29:28 -07:00
rebuilt
a71ebbc4e4
Add Overall Response Rate
2023-05-22 16:03:34 +00:00
rebuilt
0bd70ca452
Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations
2023-04-22 10:36:00 -07:00
rebuilt
06f9d2f0e9
Scrape enrollment and staffing information. Seed enrollment and staffing information. Update DatabaseCleaner so it cleans up leftover information in the database. Remove old admin csvs from codebase.
2023-03-05 16:15:35 -08:00
rebuilt
ae6d7151b3
Load student respondent information from enrollment loader
2023-02-27 12:29:16 -08:00
rebuilt
984fedff02
Add academic year column to enrollment file. Add enrollment loader to seeder file
2023-02-22 01:12:09 -08:00
rebuilt
52d2676f80
Populate db with grade level data
2023-02-21 16:58:08 -08:00
rebuilt
a2caf42fee
merge disagreggation features
2023-01-12 17:02:34 -08:00
rebuilt
fc9e73f656
make sure survey responses for Butler get loaded correctly
2022-12-02 14:11:54 -08:00
Nelson Jovel
43bc55ed32
Query for survey items once instead of on each row
2022-11-28 11:58:58 -08:00
rebuilt
9b7c723ac9
remove gender from student table
2022-10-22 15:57:52 -07:00
rebuilt
a1f3dfaa33
Load gender information to survey item responses
2022-10-21 21:38:33 -07:00
rebuilt
8cdd1b6285
Create gender class. Load genders to database from demographics file
2022-10-21 17:47:52 -07:00
rebuilt
89a7f27b88
Finishes #183092367 . Adds ui and graphs to show grade level disaggregations
2022-10-16 22:03:25 -07:00
Nelson Jovel
6ed405d16d
Update student csvs
2022-09-26 15:57:56 -07:00
rebuilt
ead59d0f48
Add index to student_races table
2022-08-22 15:23:49 -07:00
rebuilt
105f30f220
Change race score calculations so the average bubbles up through survey_items
...
-> scales -> measure.
Precalculate averages for performance.
2022-08-10 09:58:11 -07:00
rebuilt
12e4e3f177
import students
2022-07-29 15:34:56 -07:00
rebuilt
765ad6a624
Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params
2022-07-26 06:52:50 -07:00
Nelson Jovel
757638f6ca
continue refactoring
2022-07-13 15:32:48 -07:00
rebuilt
a6ad132c81
Add counter caches
2022-06-16 16:14:03 -07:00
rebuilt
dfc5202b88
Add index to survey item responses on school and academic year.
2022-06-14 15:28:38 -07:00
rebuilt
61aad20cb2
Create response rate model
2022-06-14 15:28:20 -07:00
Nelson Jovel
d7b0fe0e36
Add attleboro survey item responses for 2021-22. Finishes #182215755
2022-05-18 13:14:01 -07:00
Nelson Jovel
57bfaa51c6
Exclude boston results. Completes #182117456
2022-05-11 11:22:05 -07:00
Nelson Jovel
a613f6cb93
Add timestamps to academic years table
2022-05-03 11:11:17 -07:00
Nelson Jovel
9ecc501e24
Display measure scores. Finishes #181754978
2022-04-06 13:09:33 -07:00
Nelson Jovel
6f629e2feb
Add survey responses from 2016 through 2018. Finishes #181255948
2022-03-31 17:21:27 -07:00
rebuilt
286e74b651
Seed db with surveys to keep track of school, year, and survey type
...
Seed db with survey_item information to keep track of which survey_item is on the short form survey. REcalculate response rate depending on whether school to regular survey or short form survey.
Correct score for short form schools. Finishes #181284202
2022-03-03 10:44:41 +01:00