ItsY8S / capstone

0 stars 0 forks source link

Concerts #38

Open ItsY8S opened 6 years ago

ItsY8S commented 6 years ago

Details

Concerts will be located in the sidebar. Records will be kept using Prisma with GraphQL. Store owners will have the ability to CRUD concerts. Fans can view dates, cities, and venues sorted by nearest date.

Stories

  • As an artist, I want to display my concerts, so that fans know when I'm performing.

    • The system will allow user to perform CRUD based operations on concerts.
  • As a fan, I want to know when my favorite artist is performing, so that I can go to their concert.

    • The system will display concerts sorted by the nearest date.

Time Estimate (2 hours)