AS a user I should be able to view a specific moon #197

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

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

  • Create moons view command
  • Update tests

Notes

  • An invalid ID is an ID that doesn't exist or a moon which doesn't belong to me
  • The details it should give me are: ID, Name, When Added
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 - [ ] Create moons view command - [ ] Update tests ## Notes - An invalid ID is an ID that doesn't exist or a moon which doesn't belong to me - The details it should give me are: ID, Name, When Added
Vylpes added this to the 3.1 milestone 2022-11-10 20:08:05 +00:00
Vylpes added the
needs estimate
label 2022-12-04 14:52:22 +00:00
Vylpes removed the
needs estimate
label 2022-12-04 15:24:03 +00:00
Vylpes modified the milestone from 3.1 to 3.3 2023-01-15 14:36:38 +00: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#197
No description provided.