Skip to content

user-story-based-exercises/sew-adv-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

SEW | CORE | Collections

User Story 1

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.

Acceptance Criteria

  • 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.

Hint

  • Use ElementCollection for this user story.

User Story 2

As a user I want to be able to filter for genres, so that can listen to specific songs.

Acceptance Criteria

  • Extend the search functionality to include the search for certain genres.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published