mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-14 09:15:54 -07:00
chore: start adding overview page
This commit is contained in:
parent
1b0af124f7
commit
64b4d599c7
33 changed files with 783 additions and 199 deletions
|
|
@ -4,7 +4,7 @@ class CreateDashboardResponseRates < ActiveRecord::Migration[7.1]
|
|||
t.references :dashboard_subcategory, null: false, foreign_key: true
|
||||
t.references :dashboard_school, null: false, foreign_key: true
|
||||
t.references :dashboard_academic_year, null: false, foreign_key: true
|
||||
t.float :school_response_rate
|
||||
t.float :student_response_rate
|
||||
t.float :teacher_response_rate
|
||||
|
||||
t.timestamps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue