AS a user I should be able to list the moons I have obtained #195

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

Story Points: 5


AS a user I should be able to list the moons I have obtained
SO THAT I know what ones I have

Acceptance Criteria

AS a user
GIVEN I have the permissions
WHEN I run /moons list
THEN I should see a list of moons I have obtained
AND I should see a total

Notes

  • The data this should give me is: ID, Name
  • This should be paginated if possible
  • The entity should have: ID, Name, ServerId, UserId

Subtasks

  • Create OdysseyMoons database entity
  • Create list command
  • Paginate the command result
  • Update tests
Story Points: 5 --- AS a user I should be able to list the moons I have obtained SO THAT I know what ones I have ## Acceptance Criteria AS a user GIVEN I have the permissions WHEN I run `/moons list` THEN I should see a list of moons I have obtained AND I should see a total ## Notes - The data this should give me is: ID, Name - This should be paginated if possible - The entity should have: ID, Name, ServerId, UserId ## Subtasks - [ ] Create OdysseyMoons database entity - [ ] Create list command - [ ] Paginate the command result - [ ] Update tests
Vylpes added the
needs estimate
label 2022-12-04 14:57:12 +00:00
Vylpes added this to the 3.3 milestone 2023-01-15 14:36:32 +00:00
Vylpes removed the
needs estimate
label 2023-06-04 14:18:20 +01: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#195
No description provided.