I want to be able to remove my shop from shophub
As an admin I want to be able to remove my shop from shophub so that I can leave the platform
Acceptance Criteria
- Create a new section in the admin UI
- On button click add a Are you sure popup that asks if the user is sure about deleting the shop
- If yes, delete ALL connected data to that shop and redirect the user to the Woops page
Tracking Data
Stage | Date |
---|---|
Entered Open at | 2021-11-30 10:55:00 |
Entered Ready at | 2021-11-30 11:55:00 |
Entered Dev at | 2021-12-04 13:47:00 |
Entered Test at | 2021-12-06 17:35:00 |
Entered Done at | 2021-12-08 11:30:00 |
Entered Closed at | 2021-12-08 11:53:00 |
Definition of Ready
- Issue is populated with relevant Acceptance Criteria
- Issue name meets the format “As a I want so that ”
- Issue is not dependant on any, non-closed, issue
- Issue appropriately weighted based on team opinions and planning poker session(s)
- If issue has a corresponding UI element, it has a “UI Plan” created before development begins
- If Issue has a corresponding DB element, it has an ER Diagram created with corresponding changes before development begins
- All above points verified by a member of the team external to the main developer(s) of the issue
Definition of Done
- At least one automated test per major feature created during the process of the issue
- All acceptance criteria complete and met
- All relevant tests pass
- Appropriate Javadoc present throughout
- All above points verified by a member of the team external to the main developer(s) of the issue