Open mwmadsen67 opened 2 years ago
Hi Jacky, just have a few notes on your design docs here:
Schema:
MVP List:
Sample State:
one last note, your properties table may need a listing type, representing whether or not its a rental or for sale. You could use a string or a boolean
Sorry Jacky, another note. I highly recommend implementing a Map MVP after your homes MVP, as that is kind of crucial to the look of the app.
Wiki Page Home
MVP List
Database Schema
back_ticked
back_ticked
back_ticked
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
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showFrontend Routes
camelCase
inline coding text
(backticks)