Skip to content

Releases: joshwestbury/catch-of-the-day

Got rid of .bind() and ran build for prodcution

05 Dec 19:02
Compare
Choose a tag to compare

Replaced methods with arrow functions which allowed me to get rid of .bind(). Also ran "npm build" for production

Added authentication

05 Dec 17:16
Compare
Choose a tag to compare

Added twitter, facebook, and github OAuth and logout functionality.

Added component validation with proptypes

05 Dec 14:55
Compare
Choose a tag to compare

added proptypes to components that use props

added animations to order component

04 Dec 21:47
Compare
Choose a tag to compare
v1.9

added animations on order component

Added removeFish method and removeOrder method.

04 Dec 18:53
Compare
Choose a tag to compare

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.

04 Dec 16:44
Compare
Choose a tag to compare
v1.7

Added inventory management system with bi-directional data flow and l…

Set up local storage to persist order state when page reloads

02 Dec 20:56
Compare
Choose a tag to compare
v1.6

set up local storage to persist order state

Added re-base, initialized firebase, and synced component state with firebase state

02 Dec 20:03
Compare
Choose a tag to compare
v1.5

added re-base, initialized firebase, and synced state with firebase

Added functionality to allow user to add to order and see total

30 Nov 22:32
Compare
Choose a tag to compare

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

30 Nov 20:02
Compare
Choose a tag to compare

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.