AS a user, I want the drop command to take currency on drop instead of on claim #415
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#415
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: 3
SO THAT I can't drop cards and not claim those I don't want
Acceptance Criteria
GIVEN I am a user with enough currency
WHEN I run
/drop
or click theReroll
buttonTHEN a new card will be dropped
AND the currency will be taken from me then
AND there will be a "Sacrifice" button
GIVEN I am a user without enough currency
WHEN I run
/drop
or click theReroll
buttonTHEN I will receive an error
GIVEN I am a user who has dropped a new card
WHEN I click on "Claim"
THEN the card will be added to my inventory
AND no additional currency will be taken from my balance
GIVEN I am a user who has dropped a new card
WHEN I click on the "Sacrifice" button
THEN the card will be sacrificed
AND I will be given the card's sacrifice amount back into my balance
Subtasks
Notes
Drop command should take currency on drop instead of claimto AS a user, I want the drop command to take currency on drop instead of on claim