1.6 KiB
Decision record 1
Add zone boundaries to Items and change how benchmarks are calculated for Measures, and subcategories
Status
Implemented
Context
Story: https://www.pivotaltracker.com/n/projects/2529781/stories/179844090 Add new zone boundaries for Survey and Admin Data items. Measure zone boundaries become a weighted average of Survey and Admin Data items.
At the moment the measure table is has warning, watch, growth, approval, and ideal low benchmarks seeded from the source of truth. This change means the measure table will no longer be populated with that information. Instead, student and teacher survey items and admin data items will be seeded with benchmark information. Measure.rb will instead have methods for calculating the benchmarks.
Decision
What is the change that we're proposing and/or doing? Do we move benchmarks to admin data items and survey items directly or do we only populate admin data items with benchmarks and leave benchmarks on measures the way they are?
I've made the decision to move the benchmarks to the item level because it places the seed information on the correct model. Now that we know benchmarks belong to items, not measures, the data in the database and the corresponding models should reflect that fact.
Consequences
What becomes easier or more difficult to do because of this change?
Also, instead of just getting the data we need from each measure directly, we must cycle through admin and survey items to calculate the benchmark.
This will also slow down the test suite because we must now create survey items or admin data items so the tests pass correctly.