-
Notifications
You must be signed in to change notification settings - Fork 20
Video Store API -- Lindsey and Ashley #11
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
Open
catchingash
wants to merge
208
commits into
Ada-Developers-Academy:anw+lr/master
Choose a base branch
from
catchingash:anw+lr/master
base: anw+lr/master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Video Store API -- Lindsey and Ashley #11
catchingash
wants to merge
208
commits into
Ada-Developers-Academy:anw+lr/master
from
catchingash:anw+lr/master
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We decided on endpoints / query options.
Includes commented out code that would be awesome if we could figure out how to fix the bug, but not high priority right now.
Still a WIP until we get the other data fields as well (like dates).
Moved Database tests --> Movie tests where applicable.
Small refactors.
…deoStoreAPI into lr/rentals
- removes unnecessary test code (`this.test`) - changes double quotes to single just 'cause - adds `done` to beforeEach so that the object is for sure created before the tests are run (shouldn't be an issue anyway since it's not an asynchronous action, but just to be sure)
Adds Database#all + movies#all test.
…nd the movie_title in the request body
changed n and p in the statements for #sortBy to ?
Update rental/lr
…ed a test for #numAvail in movie specific functions
Num avail/lr
…der the results in #customersPast
…deoStoreAPI into movies_title_customers/lr
…deoStoreAPI into anw/rentals_controller/anw+lr
movies/:title/customers endpoint with tests
…deoStoreAPI into anw/rentals_controller/anw+lr
…By function to get all the data needed for the results
Fix movie title/lr
Renamed from movies to rentals because it seemed more appropriate, since it's returning rentals / rental info, rather than movie objects.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I completed this with @lindseyreno.
We are very happy with our models, controllers, and test coverage. We had a lot of fun learning Node/Express, and are proud of our comfort levels with callbacks and scope.