Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
Vylpes opened this issue Nov 8, 2024 · 0 comments
Open
2 tasks

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

Vylpes opened this issue Nov 8, 2024 · 0 comments
Labels
Milestone

Comments

@Vylpes
Copy link
Owner

Vylpes commented Nov 8, 2024

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 Vylpes added the story label Nov 8, 2024
@Vylpes Vylpes added this to the 3.3 milestone Nov 8, 2024
@github-project-automation github-project-automation bot moved this to Planning in VylBot Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready For Development
Development

No branches or pull requests

1 participant