Commit graph

1309 commits

Author SHA1 Message Date
rebuilt
6899e1aa69 Create ability to run exports locally so they get created in
tmp/exports.
Fix measure summary for 'all years' output.

Slight speedup to survey item by grade.
Fix Survey item by item for the 'all years' output
2025-06-09 21:17:16 -07:00
rebuilt
31e9779deb 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-13 11:57:27 -07:00
rebuilt
a6c68df349 feat: add insufficiency message to parent graph 2025-05-13 11:54:08 -07:00
rebuilt
f0a3cad4e6 feat: ECP-126 Add measure and scale level graphs for parents by language
WIP: refactor so multiple graphs can be defined for a given slug

WIP: fixed scale view but broke 'All Parent' graph

WIP: working state.  All views working properly

WIP: Refactor graph_map into two collections; measure_level_graphs and scale_level_graphs

WIP: refacter GroupedBarColumnPresenter to accept a 'construct' instead of specifying measure or scale

WIP: fix scale graphs being shown on incorrect view

WIP: Merge parents_by_language class with parents_by_language_by_scale so it can handle display of both measure-level and scale-level graphs
2025-05-13 11:53:56 -07:00
rebuilt
fb0944e726 feat: remove Beyond Learning Loss Exports from exports page 2025-05-01 10:54:11 -07:00
rebuilt
a469b3d85b fix: ECP-124 Update grade range to be the union of grades found in the database and the enrollment of the school. "Subcategory - School & District"
# Fixed reported grades
	     # Runs faster
      "Measure - District only"
	      # Should only be run per district
	      # Runs faster
	      # Fixed reported grades
      "Measure - School & District"
	      # Reports the grades that took the survey for that school+year; not the grades that responded to the measure
	      # Runs faster
	      # Fixed reported grades
      "Beyond Learning Loss"
      		# Runs faster
      "Beyond Learning Loss - Response Rate"
      		# Fixed reported grades
      "Survey Item - By Item"
	      # may be able to speed it up by getting all averages in a single request
	      # Fixed reported grades
      "Survey Item - By Grade"
      		# Fixed reported grades
	      #may be able to speed it up by getting all averages in a single request
      "Survey Entries - by Measure"
      		# No changes
2025-05-01 10:54:02 -07:00
rebuilt
b0df611f4d 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-30 16:03:29 -07:00
rebuilt
1845d1ac7b feat: Add language filter for parent analysis 2025-04-25 16:38:36 -07:00
rebuilt
8e5e2a030a feat: Add language filter for parent analysis 2025-04-25 16:35:53 -07:00
rebuilt
3eda7beb59 WIP: bubble up averages for language calculations. Make sure n-size only counts responses for a given measure. Update tests 2025-04-25 16:22:36 -07:00
rebuilt
6b2d51c331 WIP: show language graph on analyze page 2025-04-25 16:22:22 -07:00
rebuilt
e90e6a4f0f WIP: add multiple languages to parent 2025-04-25 16:21:13 -07:00
rebuilt
446b3b1096 WIP: 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)
2025-04-25 16:17:01 -07:00
rebuilt
a48a2b1d7a fix: change measure summary so it reports correct grade range 2025-04-15 13:44:37 -07:00
rebuilt
bc633b9756 chore: remove unneeded test file 2025-03-20 13:26:48 -07:00
rebuilt
592cc9b67c ECP-106 : feat : Update formatting on data filters so that radio selectors are always on same row as text and allow text to wrap to the next line if there isn't enough room 2025-03-20 13:15:29 -07:00
rebuilt
6503d6444f chore: correctly detect missing grade header 2025-03-20 13:15:21 -07:00
rebuilt
82ed10c295 chore: Reword text 'Students, Teachers & Parents' 2025-03-20 13:15:11 -07:00
rebuilt
2bebd9a22f ECP-100 : feat : update colors on analyze and export pages 2025-03-20 13:15:02 -07:00
rebuilt
df43b80e40 ECP-86 update copyright date 2025-03-20 13:14:32 -07:00
rebuilt
d35d9ab523 chore: Triton added new values to ell disaggregation data; 'Yes' => 'ELL', 'No' => 'Not ELL' 2025-03-20 13:13:03 -07:00
rebuilt
c70f051e1e Refactor groups
Refactor graphs to take new slice format

Add Students and Teachers and Parents graph.  Add selector for that
graph
2025-03-20 13:12:52 -07:00
rebuilt
48bf32abae feat: fix links between browse and analyze pages 2025-03-20 13:12:45 -07:00
rebuilt
204e9c1b3a 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-20 13:12:36 -07:00
rebuilt
a72b19511e feat: Add links from analyze to browse page 2025-03-20 13:12:26 -07:00
rebuilt
51b9ed17aa feat: show n_size on parent graph 2025-03-20 13:12:16 -07:00
rebuilt
9911a75dc8 Refactor GroupedBarColumnPresenter to accept a configuration so that a
column can by given on the fly (dependency injection). Show Parent
graphs on analyze page.
2025-03-20 13:11:08 -07:00
rebuilt
c30e2b3f6f chore: update survey uploader script to work on ecp. Update readme to be more ecp specific 2025-03-20 13:10:24 -07:00
rebuilt
28854fdc15 chore: add tool versions for asdf installs 2025-03-20 13:10:13 -07:00
nelson
2220225caa feat: ECP-83 Clear cache after loading admin data 2025-02-13 12:10:41 -08:00
nelson
9470e55701 feat: Add scraper for a-curv-i7. Scrape new admin data for that item 2025-02-13 12:10:30 -08:00
nelson
092427f25f chore: update gems 2025-02-13 12:10:12 -08:00
nelson
9bf8f3650c ECP-77 Make sure admin data seeder updates the description from the latest column 2025-02-13 12:09:24 -08:00
nelson
ee4fec12fa feat: update source of truth to add a-curv-i7 and disable other admin data items 2025-02-07 15:49:29 -08:00
nelson
aa7bfed4b4 chore: fixed deprecation warnings 2025-02-07 14:26:39 -08:00
nelson
5235ad8c6a chore: rename sftp environment variable 2025-02-07 12:53:47 -08:00
nelson
8fe308c139 chore: add documentation to rake commands 2025-02-07 12:52:08 -08:00
nelson
29caf0904f feat: add scraper for 4D-ii 2025-02-06 21:11:45 -08:00
nelson
1cdd5a6ef7 chore: change github actions node version from 18 to 22 2025-02-06 14:00:17 -08:00
nelson
3003a35497 chore: upgrade javascript dependencies 2025-02-06 13:59:57 -08:00
nelson
7c38d3faee feat: finish scraper for students of color in advanced courses 2025-02-06 13:51:22 -08:00
nelson
966e25c995 Fix hs only admin data item. Use alternate method to check if a school is a high school 2025-02-06 13:50:56 -08:00
nelson
f8b95eebb2 chore: add support for alpine linux 2025-02-06 13:49:18 -08:00
rebuilt
d93e83aee1 chore: update esp counts 2025-02-06 13:49:08 -08:00
rebuilt
907ea7ed0c chore: disable all failing legacy specs. Will probably delete this code 2025-01-28 12:14:48 -08:00
rebuilt
b6c6705f64 chore: disable failing questions controller spec. This legacy code is not used in the new application. Will probably end up deleting 2025-01-28 12:11:35 -08:00
rebuilt
514c4516e1 chore: rescrape 5D-2 2025-01-28 12:04:47 -08:00
rebuilt
38cf38fdb5 chore: fix problem with enrollment scraper 2025-01-28 12:04:35 -08:00
rebuilt
498d702d95 fix: fix problem with schema and migration failing to remove indexes that didn't exist in this project 2025-01-23 13:05:38 -08:00
rebuilt
f42ee32df4 chore: add 2024-25 academic year 2025-01-23 11:46:45 -08:00