Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params

This commit is contained in:
rebuilt 2022-07-21 20:54:11 -07:00
parent 4f0b92fa79
commit 765ad6a624
35 changed files with 14776 additions and 2878 deletions

View file

@ -4,4 +4,5 @@ class AdminDataValue < ApplicationRecord
belongs_to :school
belongs_to :admin_data_item
belongs_to :academic_year
validates :likert_score, numericality: { greater_than: 0, less_than_or_equal_to: 5 }
end