As a user I want to search for a specific song in the list and for the list to be filtered by that search result
E.g. searching "Aretha" will display all songs by Aretha that are in the list.
Input state must be stored in the URL, so each key stroke updates the URL query string
If the search finds no results, consider how to handle this: friendly message to the user? If anything more than that, add a ticket to the backlog (see below)
Brainstormed ideas in how to handle a song not not found in the list:
Link to email user with a suggestion (e.g. Hi Sophia, I recommend by to add to your list")
Song suggestion form, a form that notifies Sophia of a song suggestion or adds into database and can be seen in the CMS
As a user I want to search for a specific song in the list and for the list to be filtered by that search result
E.g. searching "Aretha" will display all songs by Aretha that are in the list.
Input state must be stored in the URL, so each key stroke updates the URL query string
If the search finds no results, consider how to handle this: friendly message to the user? If anything more than that, add a ticket to the backlog (see below)
Brainstormed ideas in how to handle a song not not found in the list: