Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instruments CRUD #16

Open
MattZ6 opened this issue Jan 2, 2021 · 1 comment · Fixed by #19
Open

Instruments CRUD #16

MattZ6 opened this issue Jan 2, 2021 · 1 comment · Fixed by #19
Assignees
Labels
🎸 enhancement New feature or improvement
Milestone

Comments

@MattZ6
Copy link
Owner

MattZ6 commented Jan 2, 2021

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.

@MattZ6 MattZ6 added the 🎸 enhancement New feature or improvement label Jan 2, 2021
@MattZ6 MattZ6 added this to the v1.0.0 milestone Jan 2, 2021
@MattZ6 MattZ6 self-assigned this Jan 2, 2021
MattZ6 added a commit that referenced this issue Jan 5, 2021
Adds functionality to create, update and list Instruments. Adds the
seeder functionality to the project with the instruments seeder.

✅ Closes: #16
@MattZ6 MattZ6 closed this as completed in #19 Jan 5, 2021
@MattZ6
Copy link
Owner Author

MattZ6 commented Jan 6, 2022

Must be refactored to a clean architecture structure.

@MattZ6 MattZ6 reopened this Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎸 enhancement New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant