Merge pull request #315 from DigitalCurationCentre/annotations
Annotations
Looks good @xsrust. 👍 for building out the tests
dev
commit 941c54ab4ee021858f005490a0777155e90b439f
2 parents 60c71b6 + 044ff66
@Brian Riley Brian Riley authored on 16 May 2017
GitHub committed on 16 May 2017
Showing 44 changed files
View
app/controllers/admin/annotations_controller.rb 0 → 100644
View
app/controllers/admin/suggested_answers_controller.rb 100644 → 0
View
app/controllers/annotations_controller.rb 0 → 100644
View
app/controllers/questions_controller.rb
View
app/controllers/suggested_answers_controller.rb 100644 → 0
View
app/controllers/templates_controller.rb
View
app/dashboards/annotation_dashboard.rb 0 → 100644
View
app/dashboards/org_dashboard.rb
View
app/dashboards/question_dashboard.rb
View
app/dashboards/suggested_answer_dashboard.rb 100644 → 0
View
app/models/annotation.rb 0 → 100644
View
app/models/org.rb
View
app/models/plan.rb
View
app/models/question.rb
View
app/models/suggested_answer.rb 100644 → 0
View
app/models/template.rb
View
app/policies/annotation_policy.rb 0 → 100644
View
app/policies/suggested_answer_policy.rb 100644 → 0
View
app/views/annotations/_add_annotation.html.erb 0 → 100644
View
app/views/annotations/_edit_annotation.html.erb 0 → 100644
View
app/views/annotations/_show_annotation.html.erb 0 → 100644
View
app/views/guidances/_edit_guidance.html.erb
View
app/views/phases/_answer_form.html.erb
View
app/views/phases/_answer_form_ro.html.erb
View
app/views/plans/_answer_form.html.erb 100644 → 0
View
app/views/questions/_add_question.html.erb
View
app/views/questions/_edit_question.html.erb
View
app/views/questions/_preview_question.html.erb
View
app/views/questions/_show_question.html.erb
View
app/views/suggested_answers/_add_suggested_answer.html.erb 100644 → 0
View
app/views/suggested_answers/_edit_suggested_answer.html.erb 100644 → 0
View
app/views/suggested_answers/_show_suggested_answer.html.erb 100644 → 0
View
app/views/templates/_edit_annotations.html.erb
View
config/routes.rb
View
db/schema.rb
View
db/seeds.rb
View
lib/tasks/migrate.rake
View
test/functional/annotations_controller_test.rb 0 → 100644
View
test/functional/questions_controller_test.rb
View
test/functional/suggested_answers_controller_test.rb 100644 → 0
View
test/unit/annotation_test.rb 0 → 100644
View
test/unit/org_test.rb
View
test/unit/question_test.rb
View
test/unit/suggested_answer_test.rb 100644 → 0