ga-wdi-boston / full-stack-project

Other
8 stars 64 forks source link

1:1 please! #965

Closed jillrizley closed 7 years ago

jillrizley commented 7 years ago

I am planning on doing a db of concerts at a venue, including the artists, dates, start and end times of the shows. I also want to be able to join together user and the show list to create a 'my shows' list that only the user can access. I am not exactly sure what this project is supposed to look like? I assume the sign up/sign portion to be similar to tic-tac-toe, but unsure about the rest! Also not exactly sure my ERD is correct.

potential wireframe: https://wireframe.cc/0NpiaF

ERD idea User ---My Shows---<Shows

user stories

As a user, I want to be able to login to my account As a potential user, I want to be able to sign-up and have it log me in at the same time. -As a user, I want to be able to look for a show based on a specific date -As a user, I want to be able to see the full list of shows in the database -As a user, I want to be able to save my favorite shows

jordanallain commented 7 years ago

@jillrizley wanna update with the new ERD and close this issue!

jillrizley commented 7 years ago

updated ERD to user>---<shows through a user_shows join table