-
Notifications
You must be signed in to change notification settings - Fork 23
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
Ampers: Katie and Sara #8
base: master
Are you sure you want to change the base?
Commits on Jun 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7f2507c - Browse repository at this point
Copy the full SHA 7f2507cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db24a52 - Browse repository at this point
Copy the full SHA db24a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480d5db - Browse repository at this point
Copy the full SHA 480d5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a58ee7 - Browse repository at this point
Copy the full SHA 4a58ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7982b - Browse repository at this point
Copy the full SHA 8e7982bView commit details -
added logic to CustomerList to make api call to retrieve list of cust…
…omers from our Rails api, and installed axios to package.json
Configuration menu - View commit details
-
Copy full SHA for 6e9e61c - Browse repository at this point
Copy the full SHA 6e9e61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2823ed - Browse repository at this point
Copy the full SHA c2823edView commit details -
finished implementing logic for displaying basic customer details to …
…the CustomerList
Configuration menu - View commit details
-
Copy full SHA for 65a2d2d - Browse repository at this point
Copy the full SHA 65a2d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7f72dc - Browse repository at this point
Copy the full SHA f7f72dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5d9c3 - Browse repository at this point
Copy the full SHA 6f5d9c3View commit details
Commits on Jun 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 784fca9 - Browse repository at this point
Copy the full SHA 784fca9View commit details -
added navigation functionality to a Navigation component by allowing …
…a click event to determine which component is displayed from CustomerList, RentalLibrary, and SearchBar, and began filling in the App component
Configuration menu - View commit details
-
Copy full SHA for 49c611f - Browse repository at this point
Copy the full SHA 49c611fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6307660 - Browse repository at this point
Copy the full SHA 6307660View commit details -
removed unused axios and PropTypes from the beginning of the differen…
…t componenet files
Configuration menu - View commit details
-
Copy full SHA for a2a1f9b - Browse repository at this point
Copy the full SHA a2a1f9bView commit details -
created needed components to finish rendering navigation. those compo…
…nents include MovieSearch and SearchBar with content but no functionality
Configuration menu - View commit details
-
Copy full SHA for 3565f84 - Browse repository at this point
Copy the full SHA 3565f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9968d - Browse repository at this point
Copy the full SHA cd9968dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9793000 - Browse repository at this point
Copy the full SHA 9793000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d5041 - Browse repository at this point
Copy the full SHA 86d5041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8d80a - Browse repository at this point
Copy the full SHA 0c8d80aView commit details -
changed the initial state of the App so that the search element rende…
…rs when you open the app
Configuration menu - View commit details
-
Copy full SHA for c50c44d - Browse repository at this point
Copy the full SHA c50c44dView commit details -
added the Checkout component to render customer and movie selection f…
…or implementing selecting a movie or customer from app lists
Configuration menu - View commit details
-
Copy full SHA for 918ae39 - Browse repository at this point
Copy the full SHA 918ae39View commit details -
added selection button component to project then implemented a series…
… on nested callback function to update the apps state for a selected customer from the onClick of the SelectionButton to the Customer to the Customer list to the App. the change in the App's state then updates the props that are sent to the Checkout component
Configuration menu - View commit details
-
Copy full SHA for c648403 - Browse repository at this point
Copy the full SHA c648403View commit details -
translated all logic used for costumer components to select a custome…
…r to the rentalLibrary to select a movie. We now save both a movie and a customer to the App state which populates the Checkout Component with a name and a title
Configuration menu - View commit details
-
Copy full SHA for f302d63 - Browse repository at this point
Copy the full SHA f302d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef621fd - Browse repository at this point
Copy the full SHA ef621fdView commit details -
implemented basic logic to handle checking out a rental, still need t…
…o implement error handling
Configuration menu - View commit details
-
Copy full SHA for 670dec9 - Browse repository at this point
Copy the full SHA 670dec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ae8da - Browse repository at this point
Copy the full SHA d7ae8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf66f29 - Browse repository at this point
Copy the full SHA bf66f29View commit details -
removed all unused imports from the beginning of files, deleted unuse…
…d code, and fixed CustomerDetail Component from merge so that credit is an optional prop
Configuration menu - View commit details
-
Copy full SHA for d1d677f - Browse repository at this point
Copy the full SHA d1d677fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0d5ff - Browse repository at this point
Copy the full SHA ff0d5ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad29335 - Browse repository at this point
Copy the full SHA ad29335View commit details
Commits on Jun 20, 2018
-
finished initial styling of the header of the app wich includes styli…
…ng the navigation component and the checkout component
Configuration menu - View commit details
-
Copy full SHA for 2145283 - Browse repository at this point
Copy the full SHA 2145283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016dd81 - Browse repository at this point
Copy the full SHA 016dd81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1668ee0 - Browse repository at this point
Copy the full SHA 1668ee0View commit details -
implemented alignment for the list item arrangement of result details…
… and the selectionbutton
Configuration menu - View commit details
-
Copy full SHA for cfa5f56 - Browse repository at this point
Copy the full SHA cfa5f56View commit details -
added styling to movie component to align and arrange presentation of…
… api results and added render function to MovieSearch to render results components only after a search has been made
Configuration menu - View commit details
-
Copy full SHA for a7f105f - Browse repository at this point
Copy the full SHA a7f105fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f6c0e - Browse repository at this point
Copy the full SHA c1f6c0eView commit details -
finished styling search bar component and that finishes styling for t…
…he website for now
Configuration menu - View commit details
-
Copy full SHA for 63c0e77 - Browse repository at this point
Copy the full SHA 63c0e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 950bc3f - Browse repository at this point
Copy the full SHA 950bc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c59be - Browse repository at this point
Copy the full SHA 46c59beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da637b - Browse repository at this point
Copy the full SHA 2da637bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 984b705 - Browse repository at this point
Copy the full SHA 984b705View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ea9bc - Browse repository at this point
Copy the full SHA d7ea9bcView commit details
Commits on Jun 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4f5c605 - Browse repository at this point
Copy the full SHA 4f5c605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94588d7 - Browse repository at this point
Copy the full SHA 94588d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c99c9 - Browse repository at this point
Copy the full SHA 65c99c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db9d91 - Browse repository at this point
Copy the full SHA 1db9d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 324539b - Browse repository at this point
Copy the full SHA 324539bView commit details -
figured out how to pass props to a component rendered by a route with…
… ReactRouter and fixed issue for the RentalLibrary and CustomerList Components
Configuration menu - View commit details
-
Copy full SHA for 48ad589 - Browse repository at this point
Copy the full SHA 48ad589View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e8323 - Browse repository at this point
Copy the full SHA c3e8323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3804f01 - Browse repository at this point
Copy the full SHA 3804f01View commit details
Commits on Jun 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 97b269b - Browse repository at this point
Copy the full SHA 97b269bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 615f97c - Browse repository at this point
Copy the full SHA 615f97cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1a48f - Browse repository at this point
Copy the full SHA 3a1a48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e94e53 - Browse repository at this point
Copy the full SHA 0e94e53View commit details -
added logic to the Movie component and RentalLibrary to display a mov…
…ie as unavailable if there is 0 inventory
Configuration menu - View commit details
-
Copy full SHA for 4fe1e15 - Browse repository at this point
Copy the full SHA 4fe1e15View commit details -
dealt with merge in Movie Component to handle the display for availib…
…ility of a Movie for rent
Configuration menu - View commit details
-
Copy full SHA for 28b37e5 - Browse repository at this point
Copy the full SHA 28b37e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed08ab - Browse repository at this point
Copy the full SHA eed08abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98eee81 - Browse repository at this point
Copy the full SHA 98eee81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251c855 - Browse repository at this point
Copy the full SHA 251c855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00dcfd5 - Browse repository at this point
Copy the full SHA 00dcfd5View commit details -
removed unused props and added required props as needed to correct fo…
…r the warnings from the browser console
Configuration menu - View commit details
-
Copy full SHA for b9e9376 - Browse repository at this point
Copy the full SHA b9e9376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b1586 - Browse repository at this point
Copy the full SHA 51b1586View commit details