Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPZ-3: Undo add and remove from reading list #14

Open
wants to merge 1 commit into
base: chore/code-review
Choose a base branch
from

Conversation

ambrose40
Copy link
Owner

As a user, I want to be able to quickly undo my action when clicking the Want to Read button in the book list, or the remove button in the reading list.

  • Starting from the chore/code-review branch from Task 1, create a new branch feat/undo-actions.
  • Update the code such that a snackbar appears whenever the user adds or removes a book. (Hint: this module is already installed and set up)
  • The snackbar must display the event that occurred (i.e. added/removed), and an Undo action.
  • When the user clicks Undo it should set the reading list state back to the previous state.
  • Write a new e2e test in apps/okreads-e2e/src/specs/reading-list.spec.ts to test the new undo feature.
  • Commit your changes on the feature branch.
  • Open a pull-request with chore/code-review as the target.

@ambrose40 ambrose40 added this to the TASK-3 milestone Oct 16, 2020
@ambrose40 ambrose40 added the feature New feature label Oct 16, 2020
@ambrose40 ambrose40 self-assigned this Oct 16, 2020
@ambrose40 ambrose40 linked an issue Oct 16, 2020 that may be closed by this pull request
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WPZ-3: Undo add and remove from reading list.
1 participant