SEW | CORE | Collections
As a song provider I want to be able to specify more than one genre for my music, so that users can easily find my songs.
- When editing a song an appropriate input element, that supports the selection of multiple genres (ie. strings), is used.
- The genre suggestions are populated by a default list of genres on the client.
- The genres are stored to the database.
- Use ElementCollection for this user story.
As a user I want to be able to filter for genres, so that can listen to specific songs.
- Extend the search functionality to include the search for certain genres.