AS a user I want to be able to delete one of my own moons #199

Open
opened 2022-09-25 14:57:49 +01:00 by Vylpes · 0 comments
Vylpes commented 2022-09-25 14:57:49 +01:00 (Migrated from github.com)

Story Points: 2


AS a user I want to be able to delete one of my own moons
SO THAT I can remove incorrect or no longer wanted moons

Acceptance Criteria

AS a user
GIVEN I have a moon I no longer want to have
WHEN I type /moons delete <id>
THEN this moon should be removed

AS a user
GIVEN I don't supply an id
WHEN I type the command name
THEN the command should error

AS a user
GIVEN I supply an invalid id
WHEN I type the command name
THEN the command should error

Subtasks

  • Create moons delete command
  • Update tests

Notes

  • An invalid id is one which doesn't exist or isn't my own
Story Points: 2 --- AS a user I want to be able to delete one of my own moons SO THAT I can remove incorrect or no longer wanted moons ## Acceptance Criteria AS a user GIVEN I have a moon I no longer want to have WHEN I type `/moons delete <id>` THEN this moon should be removed AS a user GIVEN I don't supply an id WHEN I type the command name THEN the command should error AS a user GIVEN I supply an invalid id WHEN I type the command name THEN the command should error ## Subtasks - [ ] Create moons delete command - [ ] Update tests ## Notes - An invalid id is one which doesn't exist or isn't my own
Vylpes added this to the 3.1 milestone 2022-11-10 20:08:23 +00:00
Vylpes added the
needs estimate
label 2022-12-04 14:53:28 +00:00
Vylpes modified the milestone from 3.1 to 3.3 2023-01-15 14:36:43 +00:00
Vylpes removed the
needs estimate
label 2023-06-04 14:21:00 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#199
No description provided.