Open cdellacqua123 opened 2 years ago
HTML
is all-capscarts
represents what we discussed today in our 1:1. It looks like some routes with their description are still assuming one table/model for a user's entire cart (i.e. delete
is deleting an entire cart) when it will be better if we have multiple orders that are updated/deleted/created/fetched at the user's request. You could have an Empty Cart
button, but that would most likely be sending multiple requests to the backend from the front deleting multiple items. We can talk about this once you get the basics of the cart down!
snake_case
GET likes
api endpoint because that info comes through the post show