curationexperts / trove

Digital Image Library based on Tufts repository models
0 stars 2 forks source link

Consolidate Collection Edit and Modify functions #137

Closed mark-dce closed 10 years ago

mark-dce commented 10 years ago

STORY As a user, I want to easily see the 'save order' option when I rearrange images because I keep leaving the page without saving.

DETAILS When you have more than about 8 images in your collection the save order button does not appear in the window and it's easy to reorder slides and think that's all there is to it. See attached screenshot.

OPTIONS:

  1. In the best of all possible world, reordering would be all AJAX-y. I'm not sure if you were handling a single image reorder at a time on drop why this would be any more load than adding images to collections.
  2. If you were worried about folks accidentally reordering, you could make the reorder work via AJAX, but make it a mode you had to enable and disable via an option in the Actions menu.
  3. If you were still worried about the load, you could make reordering a specific state - in fact you could make a update collection mode that included reorder and delete and only save order and deletions on a "finish updating" button.
  4. If you were really lazy, you could just put the save order button at top to the left of the actions menu

ACCEPTANCE Discuss options above as a team and write acceptance as a group.

SCREENSHOTS & WIREFRAMES Currently, I don't see that I have to hit a save button after I drag things around: collection reordering 137

OPTION 3 Modal (stateful) option where I have to enter an update state

collection reordering - select mode - 137

collection reordering - edit mode - 137

Rather than removing the image when the user clicks the delete target, grey out the image and replace the trash with an undo. Make the deletes when the user actually saves changes.

You could even just add the title and description edit to this mode - and consolidate "Edit Title and Description" and "Reorder and Remove images" to an "Edit Collection" option.

jcoyne commented 10 years ago

@mark-dce screenshot was not attached.

jcoyne commented 10 years ago

Uh, it just appeared when refreshing.

mark-dce commented 10 years ago

So with Option #3, the Actions could be [Download Powerpoint, Copy Collection, Edit Collection]

In the Edit mode, you'd have the ability to

jcoyne commented 10 years ago

Aren't you seeing the modal that says "You have unsaved changes. Are you sure you want to leave this page?"

screen shot 2014-09-15 at 8 47 00 am

bmaddy commented 10 years ago

The plan:

bmaddy commented 10 years ago

closed by f609c62