CaitlinConway/Untappd-Clone

Wiki Feedback

Closed this issue · 0 comments

General

  • You did a ton of work! Awesome to see so much thought already put into your Wiki.

Schema

Drinks:

  • Please add a Breweries slice of state to your Schema and give Drinks a reference id instead of a string for the brewery column.
  • Your drinks should not be directly connected to a user. Users have many Drinks and Drinks belong to many Users. How can you create this association with tables on your DB and in Sequelize? Let me know your thoughts (either reply here or slack me) before you move forward with this.

Backend Routes:

  • Update these once you have your schema updated as outlined above.

Sample State:

  • Update these once you have your schema updated as outlined above.

Wireframes:

  • Fix the header formatting for Log in / Signup Pages