Some UX improvements
This commit is contained in:
parent
48c0067076
commit
8c81237501
81 changed files with 791 additions and 151 deletions
|
|
@ -3,10 +3,8 @@ class CreateSuccessCriteria < ActiveRecord::Migration[7.1]
|
|||
create_table :success_criteria do |t|
|
||||
t.references :element, null: false, foreign_key: true
|
||||
t.string :title
|
||||
t.text :description
|
||||
t.integer :level
|
||||
t.integer :result
|
||||
t.text :comment
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue