sorachung/StoriesByUs

Edit a Bookmark

Closed this issue · 0 comments

GIVEN user is viewing the contents of a story (any chapter) and the story has already been bookmarked
WHEN user clicks the Edit Bookmark button
THEN a pop up should appear with a menu for editing notes that have been added with that bookmark

GIVEN user has decided to edit the notes of the bookmark
WHEN user clicks the Save button
THEN the edited Bookmark object should be updated in the database and the pop up should disappear

OR

GIVEN user has decided against editing the bookmark
WHEN user clicks the Cancel button
THEN the pop up should disappear and no changes should be applied to the existing bookmark object