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 Instruments.
Each Instrument must have name and label that semantically indicates what a user becomes when he associates it with his registration, like "guitarrist", "drummer" etc.
It should not be possible to register Instruments with the same name.
In the list it must be possible to load the Instruments by ordering them by name, label or created_at in ascending or descending order. By default, Instruments must be ordered by name ascending.
It would be interesting to register some Instruments using seeders.
The text was updated successfully, but these errors were encountered:
It should be able to create, update and list Instruments.
Each Instrument must have
name
andlabel
that semantically indicates what a user becomes when he associates it with his registration, like "guitarrist", "drummer" etc.It should not be possible to register Instruments with the same
name
.In the list it must be possible to load the Instruments by ordering them by
name
,label
orcreated_at
in ascending or descending order. By default, Instruments must be ordered byname
ascending.It would be interesting to register some Instruments using seeders.
The text was updated successfully, but these errors were encountered: