Show modal when no measures for a school/year have meet their threshold

This commit is contained in:
Liam Morley 2021-11-10 15:44:21 -05:00
parent edeb3f4e59
commit cf6e80ce6b
18 changed files with 220 additions and 21 deletions

View file

@ -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