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

User Story 20, User can delete an author #14

Open
7 tasks
BrianZanti opened this issue May 7, 2019 · 0 comments
Open
7 tasks

User Story 20, User can delete an author #14

BrianZanti opened this issue May 7, 2019 · 0 comments
Assignees
Labels

Comments

@BrianZanti
Copy link
Collaborator

As a Visitor,
When I visit an author's show page,
I see a link on the page to delete the author.
This link should return me to the book index page where I
no longer see this author listed.
If this author was the only author for any book, that book is also deleted.
If this author co-authored a book with someone else, that book should also be deleted, but not the other author.

(you may need to delete other content before you can delete an author or book)

DO THESE STORIES FIRST:

  • User Story 14, Author Show Page

Checklist:

  • base code tests are written
  • base code is written to pass tests
  • edge case ("sad path") tests written
  • edge case code written
  • code is reviewed
  • branch is merged
  • all tests still pass

child of #9

child of #33

depends on #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants