JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As an admin, I want to be able to delete a user account so that I can remove any unwanted or suspicious users from the app #48

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #13

Estimate

Medium

Acceptance Criteria

Scenario: Deleting a user account
    Given that an admin is logged in to the app
    When the admin navigates to the user management page
    And selects a user's account
    And clicks the "Delete" button
    And confirms the deletion
    Then the user's account should be deleted
    And the user should no longer be able to access the app
JagrajAulakh commented 1 year ago

Behaves like Reddit, the user's posts will remain on the app, but the user's name will show up as "BLOCKED"