Open mwmadsen67 opened 4 years ago
The comments, upvotes, and downvotes in the schema look strange to me, did you mean to make them have polymorphic associations? If so, they should have columns like commentable_id
and commentable_type
. If you don't want to make polymorphic associations, then the only other viable option is to make additional tables, like question_comments and question_answers.
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)