You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have received feedback from our users that the list of characters is too long and it is hard to find the character that they are looking for. To make it easier to find a specific character, we want to add a search function to our app, so that the user can directly type in the name of the character they are looking for. The search field should be displayed somewhere prominently and should behave like a usual search field. We also need a page that shows the search results. Also, we should automatically show suggestions when the user types into the search field. If the user clicks a suggestion, it would be best, if we can directly link to the character page.
User Story
As a user, I want to directly type the name of the character, so that I don't have to scroll through the list of characters
Topics to refine
Is a page for the search result really necessary? We can use the existing list of characters to show the result
Acceptance Criteria
The search field...
...should be displayed somewhere prominently
...shows suggestions when the user types into the search field
...opens the character details on interaction
The text was updated successfully, but these errors were encountered:
Customer Feedback
We have received feedback from our users that the list of characters is too long and it is hard to find the character that they are looking for. To make it easier to find a specific character, we want to add a search function to our app, so that the user can directly type in the name of the character they are looking for. The search field should be displayed somewhere prominently and should behave like a usual search field. We also need a page that shows the search results. Also, we should automatically show suggestions when the user types into the search field. If the user clicks a suggestion, it would be best, if we can directly link to the character page.
User Story
As a user, I want to directly type the name of the character, so that I don't have to scroll through the list of characters
Topics to refine
We can use the existing list of characters to show the result
Acceptance Criteria
The text was updated successfully, but these errors were encountered: