AS a user I should be able to view a specific moon #197
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#197
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?
Story Points: 3
AS a user I should be able to view a specific moon
SO THAT I can get further details on it
Acceptance Criteria
AS a user
GIVEN I want to view a specific moon's details
WHEN I type
/moons view <id>
THEN I should see the details for this moon
AS a user
GIVEN I don't supply an id
WHEN I type the command in
THEN it should error
AS a user
GIVEN I supply an id that's invalid
WHEN I type the command in
THEN it should error
Subtasks
Notes
Blocked by #196