Datasets has been renamed as Research outputs
dev
1 parent 27184c9 commit 02e8c623c65ba99612266d9a3f3f05052f834a57
@FAURE Benjamin FAURE Benjamin authored on 20 Jun 2019
Showing 66 changed files
View
app/assets/stylesheets/dmpopidor.scss
View
app/controllers/answers_controller.rb
View
app/controllers/datasets_controller.rb 100644 → 0
View
app/controllers/notes_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/research_outputs_controller.rb 0 → 100644
View
app/javascript/packs/application.js
View
app/javascript/views/answers/edit.js
View
app/javascript/views/notes/index.js
View
app/javascript/views/plans/datasets.js 100644 → 0
View
app/javascript/views/plans/download.js
View
app/javascript/views/plans/research_outputs.js 0 → 100644
View
app/models/answer.rb
View
app/models/concerns/exportable_plan.rb
View
app/models/dataset.rb 100644 → 0
View
app/models/plan.rb
View
app/models/research_output.rb 0 → 100644
View
app/models/settings/template.rb
View
app/views/branded/answers/_locking.html.erb
View
app/views/branded/answers/_new_edit.html.erb
View
app/views/branded/guidance_groups/_index_by_theme.html.erb
View
app/views/branded/notes/_layout.html.erb
View
app/views/branded/notes/_new.html.erb
View
app/views/branded/org_admin/sections/_progress_datasets.html.erb 100644 → 0
View
app/views/branded/org_admin/sections/_progress_research_outputs.html.erb 0 → 100644
View
app/views/branded/phases/_edit_plan_answers_datasets.html.erb 100644 → 0
View
app/views/branded/phases/_edit_plan_answers_research_outputs.html.erb 0 → 100644
View
app/views/branded/phases/_guidances_notes.html.erb
View
app/views/branded/phases/edit.html.erb
View
app/views/branded/plans/_dataset_fields.html.erb 100644 → 0
View
app/views/branded/plans/_datasets_form.html.erb 100644 → 0
View
app/views/branded/plans/_download_form.html.erb
View
app/views/branded/plans/_navigation.html.erb
View
app/views/branded/plans/_research_output_fields.html.erb 0 → 100644
View
app/views/branded/plans/_research_outputs_form.html.erb 0 → 100644
View
app/views/branded/plans/_share_form.html.erb
View
app/views/branded/plans/datasets.html.erb 100644 → 0
View
app/views/branded/plans/research_outputs.html.erb 0 → 100644
View
app/views/branded/questions/_new_edit_question_datefield.html.erb
View
app/views/branded/questions/_new_edit_question_numberfield.html.erb
View
app/views/branded/questions/_new_edit_question_option_based.html.erb
View
app/views/branded/questions/_new_edit_question_textarea.html.erb
View
app/views/branded/questions/_new_edit_question_textfield.html.erb
View
app/views/branded/shared/export/_export_by_dataset.erb 100644 → 0
View
app/views/branded/shared/export/_export_by_question.erb
View
app/views/branded/shared/export/_export_by_research_output.erb 0 → 100644
View
app/views/branded/shared/export/_plan.erb
View
app/views/branded/shared/export/_plan_coversheet.erb
View
app/views/branded/shared/export/_plan_styling.erb
View
app/views/plans/_share_form.html.erb
View
config/locale/dmpopidor.pot
View
config/locale/en_GB/dmpopidor.po
View
config/locale/fr_FR/dmpopidor.po
View
config/routes.rb
View
db/migrate/20190620120126_rename_datasets_to_research_outputs.rb 0 → 100644
View
db/schema.rb
View
lib/dmpopidor/controllers/answers.rb
View
lib/dmpopidor/controllers/application.rb
View
lib/dmpopidor/controllers/notes.rb
View
lib/dmpopidor/controllers/plan_exports.rb
View
lib/dmpopidor/controllers/plans.rb
View
lib/dmpopidor/models/phase.rb
View
lib/dmpopidor/models/plan.rb
View
lib/dmpopidor/policies/plan.rb
View
lib/tasks/dmpopidor_upgrade.rake
View
spec/factories/answers.rb