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
It should be able to create, update and list MusicStyles.
Each MusicStyle must have name.
It should not be possible to register MusicStyles with the same name.
In the list it must be possible to load the MusicStyles by ordering them by name or created_at in ascending or descending order. By default, MusicStyles must be ordered by name ascending.
It would be interesting to register some MusicStyles using seeders.
The text was updated successfully, but these errors were encountered:
It should be able to create, update and list MusicStyles.
Each MusicStyle must have
name
.It should not be possible to register MusicStyles with the same
name
.In the list it must be possible to load the MusicStyles by ordering them by
name
orcreated_at
in ascending or descending order. By default, MusicStyles must be ordered byname
ascending.It would be interesting to register some MusicStyles using seeders.
The text was updated successfully, but these errors were encountered: