Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design the Data Model #1

Open
Nyumat opened this issue Oct 17, 2024 · 0 comments
Open

Design the Data Model #1

Nyumat opened this issue Oct 17, 2024 · 0 comments

Comments

@Nyumat
Copy link
Member

Nyumat commented Oct 17, 2024

User Model:

  • Name
  • Email
  • DOB
  • is admin
  • Campus
  • parties[]
  • payments[]

Party Model:

  • Name
  • type: enum - ["public" | "private"]
  • location
  • *adminId
  • start: date
  • end: date
  • entryCost
  • description
  • payments[]
  • attendees[] *user

Payment Model:

  • *userID
  • *partyId
  • payment method
  • Stripe
@Nyumat Nyumat converted this from a draft issue Oct 17, 2024
@Nyumat Nyumat changed the title Data Model Design the Data Model Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant