Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Events Model #7

Open
kevinschoonover opened this issue Sep 9, 2018 · 0 comments · May be fixed by #30
Open

Events Model #7

kevinschoonover opened this issue Sep 9, 2018 · 0 comments · May be fixed by #30
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kevinschoonover
Copy link
Contributor

Create a model for Events.

Attributes

  • id (PrimaryKey) - A UUID generated for the event
  • Date Created - The datetime the event was added to the database.
  • Date Hosted - The datetime the event will start
  • Date Expire - The datetime the event will end or expire
  • Creator (ForeignKey) - The Account that created the event
  • Hosting SIG (ForeignKey, Nullable) - The SIG that is hosting the event
  • Title - The title of the event
  • Description - A description for the event
  • Location - Where the event in located
  • Product (ForeignKey, nullable) - If the user needs to pay for the event, the product associated with the payment
  • flier (nullable) - A flyer associated with the event
  • link (nullable) - A link to the event
@kevinschoonover kevinschoonover added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 9, 2018
@ClayMav ClayMav assigned ClayMav and unassigned acbk2b Feb 10, 2019
@ClayMav ClayMav linked a pull request Feb 14, 2019 that will close this issue
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants