Org Admin provide feedback
Add Plans page to Org Admin section

added org admin plans page

finsihed up org admin plans page

added feedback complete and updated emails to use email_signature partial

refactored access checks on Plan now that user can have multiple roles (reviewer + ?)

finished feedback completion routine

added tests for new feedback methods

fixes for merge conflicts

fixed issues with plan and user changes

fixed issue with notes controller test

fixed issue with phase controller test
dev
1 parent f951356 commit 971ec8b7c94b85a781c07c9fbb137d1cad0a3825
@briley briley authored on 16 Nov 2017
Brian Riley committed on 22 Nov 2017
Showing 30 changed files
View
app/controllers/notes_controller.rb
View
app/controllers/org_admin/plans_controller.rb 0 → 100644
View
app/controllers/plans_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/org.rb
View
app/models/plan.rb
View
app/models/user.rb
View
app/policies/org_admin/plan_policy.rb 0 → 100644
View
app/policies/plan_policy.rb
View
app/views/layouts/_branding.html.erb
View
app/views/org_admin/plans/index.html.erb 0 → 100644
View
app/views/plans/_share_form.html.erb
View
app/views/user_mailer/_email_signature.html.erb
View
app/views/user_mailer/api_token_granted_notification.html.erb
View
app/views/user_mailer/feedback_complete.html.erb 0 → 100644
View
app/views/user_mailer/feedback_notification.html.erb
View
app/views/user_mailer/new_comment.html.erb
View
app/views/user_mailer/permissions_change_notification.html.erb
View
app/views/user_mailer/plan_visibility.html.erb
View
app/views/user_mailer/project_access_removed_notification.html.erb
View
app/views/user_mailer/sharing_notification.html.erb
View
app/views/users/_notification_preferences.html.erb
View
config/branding_example.yml
View
config/routes.rb
View
db/migrate/20171122195828_change_prefs_settings_to_text.rb 0 → 100644
View
db/schema.rb
View
lib/assets/stylesheets/overrides.scss
View
test/functional/notes_controller_test.rb
View
test/functional/phases_controller_test.rb
View
test/unit/plan_test.rb