Open Carly-Schaaf opened 5 years ago
Hey @Carly-Schaaf , I made the following updates to my design docs:
Schema
email
column from users
tablegold
column to users
tableholdings
tablewatchedStocks
tableSample State updated to reflect Schema changes
MVP List
Backend Routes
holdings
routeswatchedStocks
routesFrontend Routes
holdings
routes / containerswatchlist
routes / containersnewsfeed
routes / containers
FSP Design Docs
Wiki Page Home
Comments
MVP List
Comments
Database Schema
back_ticked
back_ticked
Comments
[x] You may want to add an
account_balance
column on theusers
table, and consider how to deal with users having different currency types, unless everyone deals in gold?Sample 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
Perfect.
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showComments
Frontend Routes
camelCase
inline coding text
(backticks)Comments