mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Modify behavior of insufficient data indicators for admin data items. Now we show indicators in line with the admin data item descriptions to indicate which items are missing data
This commit is contained in:
parent
7c0794f261
commit
deaf13c976
15 changed files with 251 additions and 62 deletions
|
|
@ -1,7 +1,11 @@
|
|||
class DataItemPresenter
|
||||
def initialize(measure_id:, has_sufficient_data:)
|
||||
attr_reader :measure_id, :has_sufficient_data, :school, :academic_year
|
||||
|
||||
def initialize(measure_id:, has_sufficient_data:, school:, academic_year:)
|
||||
@measure_id = measure_id
|
||||
@has_sufficient_data = has_sufficient_data
|
||||
@school = school
|
||||
@academic_year = academic_year
|
||||
end
|
||||
|
||||
def data_item_accordion_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue