Open mwmadsen67 opened 5 years ago
Schema - styling issues, foreign keys should be indexed, downloaded_user_ids shouldn't be null_false, I'm wondering why a category would have a user_id, student_id in classes might have to be an array of student_ids Sample State - your foreign keys all have underscores, should be camelCased, need session slice of state. MVP List - styling issues, instead of likes one of your MVPs should be photo and video upload to projects. This is pretty integral to Instructables, and will require you to learn active storage which is a useful tool to know. Backend Routes - looks good Frontend Routes - please reference bluebird frontend routes for styling, more specifically: plan on what components will be in each route
Wiki Page Home
Comments
MVP List
Comments
Database Schema
back_ticked
back_ticked
back_ticked
Comments
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
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showComments
Frontend Routes
camelCase
inline coding text
(backticks)Comments