Added structured schema/answers models and tables
dev
1 parent 22b3ec9 commit 8ec885496544b9ec0843242a65a142ee4d3fccb0
@Quentin SONREL Quentin SONREL authored on 20 Jan 2020
Showing 52 changed files
View
app/models/annotation.rb
View
app/models/answer.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/note.rb
View
app/models/org.rb
View
app/models/org_identifier.rb
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/question.rb
View
app/models/question_format.rb
View
app/models/question_option.rb
View
app/models/research_output.rb
View
app/models/research_output_type.rb
View
app/models/role.rb
View
app/models/section.rb
View
app/models/stat.rb
View
app/models/stat_created_plan.rb
View
app/models/stat_joined_user.rb
View
app/models/static_page.rb
View
app/models/static_page_content.rb
View
app/models/structured_answer.rb 0 → 100644
View
app/models/structured_data_schema.rb 0 → 100644
View
app/models/template.rb
View
app/models/user.rb
View
app/models/user_identifier.rb
View
db/migrate/20200120124150_create_structured_data_schemas.rb 0 → 100644
View
db/migrate/20200120124811_create_structured_answers.rb 0 → 100644
View
db/migrate/20200120134328_add_structured_to_questions.rb 0 → 100644
View
db/migrate/20200120134348_add_schema_id_to_questions.rb 0 → 100644
View
db/schema.rb
View
spec/factories/annotations.rb
View
spec/factories/answers.rb
View
spec/factories/guidance_groups.rb
View
spec/factories/guidances.rb
View
spec/factories/notes.rb
View
spec/factories/org_identifiers.rb
View
spec/factories/orgs.rb
View
spec/factories/phases.rb
View
spec/factories/plans.rb
View
spec/factories/question_formats.rb
View
spec/factories/question_options.rb
View
spec/factories/questions.rb
View
spec/factories/roles.rb
View
spec/factories/sections.rb
View
spec/factories/structured_answers.rb 0 → 100644
View
spec/factories/structured_data_schemas.rb 0 → 100644
View
spec/factories/templates.rb
View
spec/factories/user_identifiers.rb
View
spec/factories/users.rb
View
spec/models/structured_answer_spec.rb 0 → 100644
View
spec/models/structured_data_schema_spec.rb 0 → 100644