Renamed StructuredAnswer => MadmpFragment & StructuredDataSchema => MadmpSchema
dev
1 parent 69969f1 commit f88a6d5081b8189702704c8376d63b9f936a4e65
@Benjamin FAURE Benjamin FAURE authored on 15 Jun 2020
Showing 90 changed files
View
app/assets/stylesheets/dmpopidor.scss
View
app/controllers/madmp_fragments_controller.rb 0 → 100644
View
app/controllers/paginable/madmp_schemas_controller.rb 0 → 100644
View
app/controllers/paginable/structured_data_schemas_controller.rb 100644 → 0
View
app/controllers/structured_answers_controller.rb 100644 → 0
View
app/controllers/super_admin/madmp_schemas_controller.rb 0 → 100644
View
app/controllers/super_admin/structured_data_schemas_controller.rb 100644 → 0
View
app/javascript/views/shared/dynamic_form.js
View
app/models/answer.rb
View
app/models/fragment/cost.rb
View
app/models/fragment/data_collection.rb
View
app/models/fragment/data_quality.rb
View
app/models/fragment/distribution.rb
View
app/models/fragment/dmp.rb
View
app/models/fragment/documentation.rb
View
app/models/fragment/ethical_issue.rb
View
app/models/fragment/funder.rb
View
app/models/fragment/funding.rb
View
app/models/fragment/legal_issue.rb
View
app/models/fragment/meta.rb
View
app/models/fragment/metadata_format.rb
View
app/models/fragment/partner.rb
View
app/models/fragment/person.rb
View
app/models/fragment/personal_data_issue.rb
View
app/models/fragment/preservation_issue.rb
View
app/models/fragment/project.rb
View
app/models/fragment/research_output.rb
View
app/models/fragment/reuse_data.rb
View
app/models/fragment/sharing.rb
View
app/models/fragment/staff_member.rb
View
app/models/fragment/technical_resource.rb
View
app/models/fragment/technical_resource_usage.rb
View
app/models/madmp_fragment.rb 0 → 100644
View
app/models/madmp_schema.rb 0 → 100644
View
app/models/org.rb
View
app/models/question.rb
View
app/models/structured_answer.rb 100644 → 0
View
app/models/structured_data_schema.rb 100644 → 0
View
app/policies/madmp_fragment_policy.rb 0 → 100644
View
app/policies/madmp_schema_policy.rb 0 → 100644
View
app/policies/structured_answer_policy.rb 100644 → 0
View
app/policies/structured_data_schema_policy.rb 100644 → 0
View
app/views/branded/layouts/_branding.html.erb
View
app/views/branded/org_admin/questions/_form.html.erb
View
app/views/branded/org_admin/questions/_show.html.erb
View
app/views/branded/paginable/madmp_schemas/_index.html.erb 0 → 100644
View
app/views/branded/paginable/structured_data_schemas/_index.html.erb 100644 → 0
View
app/views/branded/plans/_edit_details.html.erb
View
app/views/branded/plans/new_edit_linked_fragment.js.erb
View
app/views/branded/plans/plan_details/_linked_fragment_list.html.erb
View
app/views/branded/plans/plan_details/_linked_fragment_modal.html.erb
View
app/views/branded/plans/plan_details/_plan_funding_form.html.erb
View
app/views/branded/plans/plan_details/_plan_partner_form.html.erb
View
app/views/branded/questions/_new_edit_question_structured.erb
View
app/views/branded/questions/fields/_schema_field.html.erb
View
app/views/branded/shared/dynamic_form/_form.html.erb
View
app/views/branded/shared/dynamic_form/_linked_fragment.js.erb
View
app/views/branded/shared/dynamic_form/_modal.html.erb
View
app/views/branded/shared/dynamic_form/fields/_complex_multiple_field.html.erb
View
app/views/branded/shared/dynamic_form/linked_fragment/_list.html.erb
View
app/views/branded/shared/fragments/_person_fragment_form.html.erb
View
app/views/branded/super_admin/madmp_schemas/_form.html.erb 0 → 100644
View
app/views/branded/super_admin/madmp_schemas/edit.html.erb 0 → 100644
View
app/views/branded/super_admin/madmp_schemas/index.html.erb 0 → 100644
View
app/views/branded/super_admin/madmp_schemas/new.html.erb 0 → 100644
View
app/views/branded/super_admin/structured_data_schemas/_form.html.erb 100644 → 0
View
app/views/branded/super_admin/structured_data_schemas/edit.html.erb 100644 → 0
View
app/views/branded/super_admin/structured_data_schemas/index.html.erb 100644 → 0
View
app/views/branded/super_admin/structured_data_schemas/new.html.erb 100644 → 0
View
config/routes.rb
View
db/migrate/20200615122747_rename_madmp_tables.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
lib/dmpopidor/controllers/answers.rb
View
lib/dmpopidor/controllers/application.rb
View
lib/dmpopidor/controllers/org_admin/questions.rb
View
lib/dmpopidor/controllers/plans.rb
View
lib/dmpopidor/models/answer.rb
View
lib/dmpopidor/models/plan.rb
View
spec/factories/madmp_fragments.rb 0 → 100644
View
spec/factories/madmp_schemas.rb 0 → 100644
View
spec/factories/plans.rb
View
spec/factories/questions.rb
View
spec/factories/structured_answers.rb 100644 → 0
View
spec/factories/structured_data_schemas.rb 100644 → 0
View
spec/models/madmp_fragment_spec.rb 0 → 100644
View
spec/models/madmp_schema_spec.rb 0 → 100644
View
spec/models/structured_answer_spec.rb 100644 → 0
View
spec/models/structured_data_schema_spec.rb 100644 → 0
View
test.rb