Roberthubbs / Fullstack

0 stars 0 forks source link

FSP To-Do List #1

Open mwmadsen67 opened 5 years ago

mwmadsen67 commented 5 years ago

Wiki Page Home

Comments


MVP List

Comments


Database Schema

Comments


Sample State

Comments


Backend Routes

Comments


Frontend Routes

Comments

mwmadsen67 commented 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