As a user, I can delete my account, so that I can remove my details and comments from the site
Acceptance Criteria
Acceptance Criteria 1
Given that I have an account
When I go to my account
Then I have an option to delete my account
Acceptance Criteria 2
Given that I have an account and am viewing my account
When I click on the option to delete my account
Then I am asked to confirm the request
Acceptance Criteria 3
Given that I am a registered user viewing my account
When I click on the button to delete my account
And, When I confirm the choice
Then My account and the comments I have made will be deleted
Acceptance Criteria 4
Given that I am a registered user
When I delete my account
Then I should receive confirmation that my account has been deleted
Tasks
[x] On the users account provide a delete button
[x] Develop a request confirmation process to confirm the user is happy before deleting
[x] When the account deletion is confirmed, delete the user account and posted comments
[x] Create a confirmation to show the user that the account is deleted
As a user, I can delete my account, so that I can remove my details and comments from the site
Acceptance Criteria
Acceptance Criteria 1
Given that I have an account When I go to my account Then I have an option to delete my account
Acceptance Criteria 2
Given that I have an account and am viewing my account When I click on the option to delete my account Then I am asked to confirm the request
Acceptance Criteria 3
Given that I am a registered user viewing my account When I click on the button to delete my account And, When I confirm the choice Then My account and the comments I have made will be deleted
Acceptance Criteria 4
Given that I am a registered user When I delete my account Then I should receive confirmation that my account has been deleted
Tasks
EPIC: #2