AS a user, I want to be able to search for a card by its name #154
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs testing
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 3 hours 15 minutes
Due date
Vylpes
3 hours 1 minute
VylpesTester
14 minutes
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#154
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?
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 <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 <name>
AND one is found
THEN the single card will be returned
Subtasks
/id
commandNotes
View command search functionalityto AS a user, I want to be able to search for a card by its nameNeed to investigate how to do the search
Blocked by #156
Will use this package: https://www.npmjs.com/package/fzf
Builds but won't start due to error, https://github.com/ajitid/fzf-for-js/issues/124 might help
Need to test tomorrow
I need to find a new package, I can't get this one working for some reason
Trying out https://www.npmjs.com/package/fuse.js
Test has failed, if you press next then previous again it generates a different card. A fix might be to hard code only top 5, and pass each one into the custom id at the start
This has failed testing, the pagination creates a new message instead of updating the old one
Seems to have fixed itself