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