samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

Stop displaying editable content blocks inline #538

Closed mjgiarlo closed 7 years ago

mjgiarlo commented 7 years ago

Hyrax should do what Hyku does, where editing of all editable content blocks and pages is done in the dashboard rather than inline. This brings administrative functions together and results in a nicer UI for administrative users. Extract this from Hyku.

This should be a new page on the admin dashboard.

jcoyne commented 7 years ago

Do this prior to tackling #406

cjcolvar commented 7 years ago

:+1: As a hyrax adopter that never used Sufia or CurationConcerns, the in-line content blocks on the homepage confused everyone the first time they logged in as an admin. They thought the editable red bar note was actually an error.

mjgiarlo commented 7 years ago

A PR for this is now ready for review.