Open evhumphrey opened 5 years ago
Updated schema to include explicit foreign key notes. One of the things I want to talk about in the first meeting is high level shopping cart strategy, so I'm going to hold off on messing with that table until then.
I simplified the backend routes. I'll wait to check with you before I check the boxes.
Updated mvp list to reflect two days for books/category, one day for search.
Several updates to backend routes
Wiki Page Home
Comments
Great job on the proposal, things are looking good! I left some feedback in this big checklist. You can check things off on this list as you go through it (GitHub will persist the state of the check). ☑️
MVP List
Database Schema
back_ticked
back_ticked
back_ticked
Comments
shopping_carts
table, a column likechecked_out
might be useful so you have a way of view past orders (not part of MVPs), and the current pre-check-out cartSample State
```javascript...```
). This will display the state as a code block instead of a giant line of textentities
session
errors
(here or inui
)ui
(if needed)comments
inside ofposts
Comments
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showComments
GET /api/books/:bookId/reviews
if you fetch this info when you fetch a book.[x] For the user POST routes, you can omit the user id (you should only be able to create a wishlist for the current user)
Frontend Routes
camelCase
inline coding text
(backticks)