AS a user, I want to be able to search for a card by its name #154

Open
opened 2024-02-02 09:58:27 +00:00 by Vylpes · 2 comments
Owner

Epic:
Story Points: 8


AS a user, I want to be able to search for a card by its name
SO THAT I can see a card I might not know its number of

Acceptance Criteria

AS a user
GIVEN I search for a card
WHEN I type /view search <name>
AND multiple are found
THEN a list of the cards will be returned

AS a user
GIVEN I search for a card
WHEN I type /view search <name>
AND one is found
THEN the single card will be returned

Subtasks

  • Move current view command to a subcommand
  • Add view search subcommand

Notes

No notes

Epic: \ Story Points: 8 --- AS a user, I want to be able to search for a card by its name SO THAT I can see a card I might not know its number of ## Acceptance Criteria AS a user GIVEN I search for a card WHEN I type `/view search <name>` AND multiple are found THEN a list of the cards will be returned AS a user GIVEN I search for a card WHEN I type `/view search <name>` AND one is found THEN the single card will be returned ## Subtasks - [ ] Move current view command to a subcommand - [ ] Add view search subcommand ## Notes *No notes*
Vylpes added the
type
story
label 2024-02-02 09:58:38 +00:00
Vylpes changed title from View command search functionality to AS a user, I want to be able to search for a card by its name 2024-02-04 15:06:14 +00:00
Author
Owner

Need to investigate how to do the search

Need to investigate how to do the search
Vylpes added the
blocked
label 2024-02-04 15:09:19 +00:00
Author
Owner

Blocked by #156

Blocked by #156
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: External/card-drop#154
No description provided.