-
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
Ania and Suze #1
base: master
Are you sure you want to change the base?
Conversation
…. Seed data now loads, and includes logic to take care of asynchronous seeding for customers and movies.
…r each. working at root.
…als routes. Opened a rentals_controller.js.
… as release_date and inventory.
…ts and in package.json. server wokin again.
Please enter the commit message for #your changes. Lines starting
…ls currently out for specific.
…ed logic in model to charge for the movie.
…nventory in the database.
…ot working yet. urrently stuck on error: throw new Error('Can\'t set headers after they are sent.');
var CustomersController = { | ||
|
||
getCustomers: function(req, res, next) { | ||
// giving a callback function to handle error or render view |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to remove any unnecessary comments before submitting your final PR. They are super helpful during development, though, huh? :)
Hey @SuzHarrison and @aniagonzalez, great job! 🎉⭐️👍 I know close to nothing about Express so it was difficult to do a CR in that respect. Looks like you got a pretty good handle on it though. Love your commit messages (very detailed) and how often you committed. Two take aways I would suggest: remove any unnecessary comments from code and be as descriptive as you can in naming variables, methods, etc. |
@@ -0,0 +1,10 @@ | |||
SELECT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this query is the same as the previous one. I wonder if they're both necessary?
We did our best to get through the main requirements, but did not get to testing every end point and the requirements added Monday. Some testing passing for models and we were able to set up a testing db.