mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
Show modal when no measures for a school/year have meet their threshold
This commit is contained in:
parent
edeb3f4e59
commit
cf6e80ce6b
18 changed files with 220 additions and 21 deletions
|
|
@ -2,7 +2,6 @@ class DashboardController < SqmApplicationController
|
|||
|
||||
def index
|
||||
@variance_chart_row_presenters = Measure.all.map(&method(:presenter_for_measure))
|
||||
|
||||
@category_presenters = SqmCategory.sorted.map { |sqm_category| CategoryPresenter.new(category: sqm_category) }
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue