AS a potato talk member, I want to be able to set an objective for another member #207
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#207
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: #217
Story Points: 8
AS a potato talk member, I want to be able to set an objective for another member
SO THAT they have an objective to try and get a moon
Acceptance Criteria
AS a potato talk member
GIVEN I want to be able to set an objective for another user
WHEN I run
/objectives create <user> <objective>
THEN an "unclaimed" objective will be created for with the description <objective
AND an embed will be sent for to be able to claim the objective
AND the user will have 24 hours to claim the objective
AS a potato talk member
GIVEN I have received an embed to claim an objective
AND I want to accept the objective
WHEN I click on the accept button
THEN the objective will be added to my objectives
AS a potato talk member
GIVEN I have received an embed to claim an objective
AND I want to decline the objective
WHEN I click on the decline button
THEN the objective will expire immediately
AND removed from the database
AS a potato talk member
GIVEN an objective is unclaimed for 24 hours
WHEN a further objectives command is ran
THEN the bot should clear this objective from the database
Subtasks
Notes
Create Objectiveto AS a potato talk member, I want to be able to set an objective for another member