ayang719 / fullstack-project

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 - you probably don't want a unique first name constraint, you might want to combine first_name and last_name instead. For the pictures table, image_url will be handled with active storage, so it shouldnt be included in the table Sample State - variable names should be CamelCased, not snake_cased MVP List - looks good Backend Routes - Incomplete, need routes for creating businesses and reviews, etc Frontend Routes - need routes for reviews, need to show what components will live in each route