Releases: joshwestbury/catch-of-the-day
Releases · joshwestbury/catch-of-the-day
Got rid of .bind() and ran build for prodcution
Replaced methods with arrow functions which allowed me to get rid of .bind(). Also ran "npm build" for production
Added authentication
Added twitter, facebook, and github OAuth and logout functionality.
Added component validation with proptypes
added proptypes to components that use props
added animations to order component
v1.9 added animations on order component
Added removeFish method and removeOrder method.
Added removeFish method to App.js and passed to Inventory.js.
Added removeOrder method to App.js and passed to Order.js.
Added inventory management system with bi-directional data flow and live state editing.
v1.7 Added inventory management system with bi-directional data flow and l…
Set up local storage to persist order state when page reloads
v1.6 set up local storage to persist order state
Added re-base, initialized firebase, and synced component state with firebase state
v1.5 added re-base, initialized firebase, and synced state with firebase
Added functionality to allow user to add to order and see total
Added functionality to allow users to see the state of their order–including fish type and price total–which is displayed in jsx.
Added functionality to update order state when "Add to Order" button is clicked
Added "Add to Order" button to Fish.js Added addToOrder() method that executes when button is pushed. Added logic in Fish.js that disables the Add To Order button if the status of the fish is unavailable.