AS a user, I want the ability to be able to sacrifice all duplicate cards of a specific type at once #390
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs tests
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#390
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic:
Story Points: 5
SO THAT I can gain points I can use to get cards I don't have
Acceptance Criteria
GIVEN I am a user with duplicate cards
WHEN I run
/sacrifice duplicates <type>
THEN the bot will respond with a confirmation embed
GIVEN I am a user without duplicate cards of
<type>
WHEN I run
/sacrifice duplicates <type>
THEN the bot will respond with an error
GIVEN I am a user with duplicates
WHEN I run
/sacrifice duplicates all
THEN the bot will respond with a confirmation for all
GIVEN the bot has responded with a confirmation embed
WHEN I click "Confirm"
THEN the bot will sacrifice these cards
AND I will get a response
GIVEN the bot has responded with a confirmation embed
WHEN I click "Cancel"
THEN the bot will not do anything
AND the bot will disable the buttons
Subtasks
/sacrifice card
subcommand/sacrifice duplicates
subcommandsacrifice duplicates confirm
button eventsacrifice duplicates cancel
button eventNotes
No notes
Ability to sacrifice all duplicates of a specific type at onceto AS a user, I want the ability to be able to sacrifice all duplicate cards of a specific type at once