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] Delete Contact #96

Open
3 tasks
florian-papsdorf opened this issue Jan 6, 2021 · 1 comment
Open
3 tasks

[User Story] Delete Contact #96

florian-papsdorf opened this issue Jan 6, 2021 · 1 comment
Labels

Comments

@florian-papsdorf
Copy link
Contributor

florian-papsdorf commented Jan 6, 2021

Description

As a user I want to be able to delete a contact, too.

Acceptance criteria (@florian-papsdorf please confirm):

  • The contact list shows a delete button/icon/link for each contact
  • If I click it, I am asked for confirmation (a simple alert shall suffice)
  • If I confirm to delete the contact, the contact is removed from my contact list and the page is reloaded
@LinqLover
Copy link
Contributor

LinqLover commented Jan 7, 2021

Dependencies:

Implementational tasks:

  • write acceptance test (arrange multiple contacts before, act find the delete button for a specific item in the list, assert that the reloaded page does not contain the contact any longer)
  • write controller test
  • extend controller to provide deletion + confirmation
  • extend view to show deletion option

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