-
Notifications
You must be signed in to change notification settings - Fork 19
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
Queues - AnnaElisabeth and Janice - VideoStoreAPI #15
base: master
Are you sure you want to change the base?
Conversation
This Merge is necessary!
Video StoreWhat We're Looking For
Great work overall, especially on testing and the optionals! |
Nicely done! A few notes/questions:
Overall, really nice job getting a lot of the optionals, using strong params and inheritance. I was especially impressed by your usage of joins, model relationships and database indices! |
Nice, thorough test cases. Be careful about publishing secret keys in git, keep them secret whenever possible. It's often easy to create new secrets if you accidentally make yours public. Could you add more restrictions on your db schema? For example, maybe customers are required to be initialized with a name or phone number. Overall, great work. |
Video Store API
Congratulations! You're submitting your assignment!
If you didn't get to the functionality the question is asking about, reply with what you would have done if you had completed it.
Comprehension Questions