DMPRoadmap/roadmap#562
edit phases using plan navigation layout

bootstrap plan progress. bootstrap sections header. added togglable section icons for expand/collapse

answers_controller returning a JSON with partial views rendered. Split question types in different partials. Started new answers/status.js

Rename view to edit_plan_answers.html.erb. Load tinymce through ES6 for question answers. Delete old status.js ES5. Added timeago to vendor

fixed broken test regarding answers_controller
dev
1 parent 5066598 commit 5b7b419cf964e796eaee1ee4125a3b15573f98db
@Jose Lloret Jose Lloret authored on 8 Sep 2017
Showing 19 changed files
View
app/controllers/answers_controller.rb
View
app/views/answers/_new_edit.html.erb
View
app/views/answers/_status.html.erb
View
app/views/answers/update.js.erb 100644 → 0
View
app/views/layouts/_es5_scripts.html.erb
View
app/views/phases/_edit_plan_answers.html.erb 0 → 100644
View
app/views/phases/edit.html.erb
View
app/views/plans/_progress.html.erb
View
app/views/questions/_new_edit_question_option_based.html.erb 0 → 100644
View
app/views/questions/_new_edit_question_textarea.html.erb 0 → 100644
View
app/views/questions/_new_edit_question_textfield.html.erb 0 → 100644
View
app/views/sections/_progress.html.erb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/views/answers/status.js
View
lib/assets/javascripts/views/phases/edit.js
View
lib/assets/stylesheets/application.scss
View
lib/assets/webpack.config.js
View
test/functional/answers_controller_test.rb
View
test/integration/answer_locking_test.rb