-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement Categories Model #45
Comments
Thank you, I hope I find time tomorrow to merge your PR and specify the models. If not, definitely on Wednesday. |
In current implementation, categories is set as unique. According to #6, it should not be. Is it logically okey to be unique? Movie and series have a category/genre attribute, can be still unique with that condition? |
Movies and series should be able to reference the category, removing the need to have more than one of a given category. |
Ups, I thought I answered yesterday, that was my mistake in the model, it should be unique. |
#29 References categories although a model has not been created. I don't see another issue open regarding this, but please let me know if there is.
I'll handling this while creating the rest endpoint.
The text was updated successfully, but these errors were encountered: