markjang123 / socian

0 stars 0 forks source link

proposal checklist #1

Open ghost opened 4 years ago

ghost commented 4 years ago

Wiki Page Home

Comments


MVP List

Comments


Database Schema

Comments


Sample State

Comments


Backend Routes

Comments


Frontend Routes

Comments

ghost commented 4 years ago

Hey Mark, looks like you still need to finish the database schema

ghost commented 4 years ago

lets add another mvp for the index page, aka the home page when you first arrive to bandcamp

ghost commented 4 years ago

Hey mark, here are my comments for the routes that you wrote:

  1. for the fronend routes please include the names of the components you will render when you hit those routes
  2. for your backend routes think about what can be packaged up in a payload rather than making an entire route for it. for example if you are on album show page then you may just package the tracks when you fetch an album.