Added Feedback Request to Org Details
Initial form changes for the New Org Details

added new db components for the org profile tab

split org page into tabs and updated profile form

switched section headers from labels to h3

finished org details tab

added feedback tab

made textarea a tinymce

fixed test broken by org controller update

Added btree back to schema.rb

added foreign keys back to schema.rb

fixed default email for feedback
dev
1 parent f7c68f0 commit 5aa20dc4079dff7785c2742f0be6cbf05b9228d0
@bhavi bhavi authored on 24 Oct 2017
briley committed on 26 Oct 2017
Showing 24 changed files
View
app/controllers/application_controller.rb
View
app/controllers/orgs_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/org.rb
View
app/models/user.rb
View
app/views/layouts/_branding.html.erb
View
app/views/orgs/_feedback_form.html.erb 0 → 100644
View
app/views/orgs/_org_link.html.erb 0 → 100644
View
app/views/orgs/_profile_form.html.erb 0 → 100644
View
app/views/orgs/admin_edit.html.erb
View
app/views/user_mailer/feedback_notification.html.erb 0 → 100644
View
config/initializers/constants.rb
View
db/migrate/20171024214257_add_links_to_orgs.rb 0 → 100644
View
db/migrate/20171024220146_add_contact_name_to_orgs.rb 0 → 100644
View
db/migrate/20171025200301_add_feedback_fields_to_orgs.rb 0 → 100644
View
db/schema.rb
View
lib/assets/javascripts/constants.js
View
lib/assets/javascripts/utils/tabHelper.js
View
lib/assets/javascripts/views/orgs/admin_edit.js
View
lib/assets/package-lock.json
View
lib/assets/package.json
View
lib/assets/stylesheets/overrides.scss
View
lib/tasks/migrate.rake
View
test/functional/orgs_controller_test.rb