-
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
yo #11
base: master
Are you sure you want to change the base?
yo #11
Commits on Jun 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9d587a7 - Browse repository at this point
Copy the full SHA 9d587a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41068be - Browse repository at this point
Copy the full SHA 41068beView commit details -
added a tasks folder with a load_schema.. that currently doesn't load…
… schema. but we added in our 3 tables for movies, customers and rentals in the schema.sql setup. called the seed files in package.json mebbe. still dk how to seed.
Cristal Tay committedJun 14, 2016 Configuration menu - View commit details
-
Copy full SHA for dc781ef - Browse repository at this point
Copy the full SHA dc781efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c072b52 - Browse repository at this point
Copy the full SHA c072b52View commit details
Commits on Jun 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8995ae3 - Browse repository at this point
Copy the full SHA 8995ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee3e937 - Browse repository at this point
Copy the full SHA ee3e937View commit details
Commits on Jun 16, 2016
-
following jeremy in class for seeding data
Cristal Tay committedJun 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 46e74c3 - Browse repository at this point
Copy the full SHA 46e74c3View commit details -
fixed the routes and added a function and callback for Movies.all
Cristal Tay committedJun 16, 2016 Configuration menu - View commit details
-
Copy full SHA for f30975b - Browse repository at this point
Copy the full SHA f30975bView commit details
Commits on Jun 17, 2016
-
added customers and movies controller and models
Cristal Tay committedJun 17, 2016 Configuration menu - View commit details
-
Copy full SHA for ed72207 - Browse repository at this point
Copy the full SHA ed72207View commit details -
added sequel statements to the customer and movie models instead of l…
…oops within loops. only thing to finish is order bys and history.
Cristal Tay committedJun 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 514d424 - Browse repository at this point
Copy the full SHA 514d424View commit details
Commits on Jun 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4afa5e1 - Browse repository at this point
Copy the full SHA 4afa5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d532b - Browse repository at this point
Copy the full SHA 25d532bView commit details -
successfully created a testing and development environment. db:reset …
…will reset both testing and development database. now to make sure models/controllers are in the development environment when necessary.
Cristal Tay committedJun 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 93dc7d9 - Browse repository at this point
Copy the full SHA 93dc7d9View commit details -
previously also created a setup.js and added istanbul for testing. ju…
…st deleted a bunch of comments to clean up files
Cristal Tay committedJun 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 671c213 - Browse repository at this point
Copy the full SHA 671c213View commit details -
cleaned up conflicts from creating 2 diff env databases.
Cristal Tay committedJun 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 8b71202 - Browse repository at this point
Copy the full SHA 8b71202View commit details -
reseeded to add a searchable title column and an inventory total. fix…
…ed a syntax error in rentals.js. going to work on rentals for fun
Cristal Tay committedJun 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 4856dbf - Browse repository at this point
Copy the full SHA 4856dbfView commit details
Commits on Jun 21, 2016
-
Cristal Tay committed
Jun 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 9c7f09a - Browse repository at this point
Copy the full SHA 9c7f09aView commit details -
got functions for seraching movie titles and searching for customers …
…who currently have queried movies checked out
Configuration menu - View commit details
-
Copy full SHA for 12791c9 - Browse repository at this point
Copy the full SHA 12791c9View commit details -
got functions for seraching movie titles and searching for customers …
…who currently have queried movies checked out
Configuration menu - View commit details
-
Copy full SHA for c80540d - Browse repository at this point
Copy the full SHA c80540dView commit details -
added return functionality. it works
Cristal Tay committedJun 21, 2016 Configuration menu - View commit details
-
Copy full SHA for a4dabad - Browse repository at this point
Copy the full SHA a4dabadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53fb652 - Browse repository at this point
Copy the full SHA 53fb652View commit details
Commits on Jun 22, 2016
-
Cristal Tay committed
Jun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for b7da68f - Browse repository at this point
Copy the full SHA b7da68fView commit details -
changes were in rentals model and controller. commented out conflicti…
…ng code from Mindy. her code works we simply decided to use my formatting.
Cristal Tay committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 087ad12 - Browse repository at this point
Copy the full SHA 087ad12View commit details -
sending over rental model changes
Cristal Tay committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for a9df2f6 - Browse repository at this point
Copy the full SHA a9df2f6View commit details -
tried to finish overdue. turns out it was a problem with the order of…
… our routes for rentals. we need to figure out how to get movie and customer info from the rentals row info in the model.
Cristal Tay committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for c0ec829 - Browse repository at this point
Copy the full SHA c0ec829View commit details
Commits on Jun 23, 2016
-
can find overdue rentals. had to split it up to be able to do time lo…
…gic with javascript.
Cristal Tay committedJun 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 0fdb38a - Browse repository at this point
Copy the full SHA 0fdb38aView commit details
Commits on Jun 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c61f37c - Browse repository at this point
Copy the full SHA c61f37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc3ce8 - Browse repository at this point
Copy the full SHA 3fc3ce8View commit details -
finished overdue functionality for rentals
Cristal Tay committedJun 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 4944f85 - Browse repository at this point
Copy the full SHA 4944f85View commit details -
Merge branch 'master' of github.com:mcarson1111/VideoStoreAPI
Cristal Tay committedJun 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 33cab26 - Browse repository at this point
Copy the full SHA 33cab26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 300cb04 - Browse repository at this point
Copy the full SHA 300cb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71636a - Browse repository at this point
Copy the full SHA f71636aView commit details -
added controller tests for customers, movie and rentals
Cristal Tay committedJun 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 8e796ef - Browse repository at this point
Copy the full SHA 8e796efView commit details -
Merge branch 'master' of github.com:mcarson1111/VideoStoreAPI
Cristal Tay committedJun 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 3c9c0cc - Browse repository at this point
Copy the full SHA 3c9c0ccView commit details
Commits on Jun 25, 2016
-
finished model testings for customers
Cristal Tay committedJun 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 4ccb782 - Browse repository at this point
Copy the full SHA 4ccb782View commit details