-
Notifications
You must be signed in to change notification settings - Fork 3
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
User orders cancel #130
User orders cancel #130
Commits on May 25, 2019
-
Add initial Default User Order Cancellation spec for User Order Show …
…page
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for e256c1d - Browse repository at this point
Copy the full SHA e256c1dView commit details -
Add :delete method for OrdersController#destroy to routes
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 6eeec37 - Browse repository at this point
Copy the full SHA 6eeec37View commit details -
Fix typos on OrderItem.fulfilled expectations, Fix redirect to be pro…
…file_orders_path
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 8b256d6 - Browse repository at this point
Copy the full SHA 8b256d6View commit details -
Add button for Cancel Order sending Delete to OrdersController#destroy
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for de11708 - Browse repository at this point
Copy the full SHA de11708View commit details -
Add #destroy to OrdersController that updates Order status to Cancell…
…ed, updates OrderItems fulfilled to False, flash notice confirmation, redirect to User Orders index
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for f808ecf - Browse repository at this point
Copy the full SHA f808ecfView commit details -
Add additional spec for Default User Order Show to disable cancel but…
…ton unless pending
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for a45e991 - Browse repository at this point
Copy the full SHA a45e991View commit details -
Add disabled param to Cancel Order button depending on Order Status o…
…n Default User Order Show HTML
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for ffb3498 - Browse repository at this point
Copy the full SHA ffb3498View commit details -
Add expectation of 'only able to cancel pending orders' message on Us…
…er Order Show page
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 861392e - Browse repository at this point
Copy the full SHA 861392eView commit details -
Add 'only able to cancel pending orders' message to Default User Orde…
…r Show HTML with if block for non-pending status
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 0812af9 - Browse repository at this point
Copy the full SHA 0812af9View commit details -
Add order_item:fulfilled and item:inventory expecations to User Order…
… Cancelled spec
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 58cd73b - Browse repository at this point
Copy the full SHA 58cd73bView commit details -
Add order_items loop setting fulfilled to false in OrdersController#d…
…estroy
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 9377d35 - Browse repository at this point
Copy the full SHA 9377d35View commit details -
Add after_save call to private method #update_inventory, using saved_…
…change_to? hook to update associated Item inventory
Brennan Ayers committedMay 25, 2019 Configuration menu - View commit details
-
Copy full SHA for dc2086c - Browse repository at this point
Copy the full SHA dc2086cView commit details