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

mini forum #75

Open
vincent-peugnet opened this issue Mar 16, 2021 · 1 comment
Open

mini forum #75

vincent-peugnet opened this issue Mar 16, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@vincent-peugnet
Copy link
Owner

vincent-peugnet commented Mar 16, 2021

A forum post structure.

Should I user a Post and Thread structure or only a Post with a parentPost property like in this schema picture ?

Post Entity

  • id int
  • thread Thread
  • createdAt DateTime
  • editedAt DateTime
  • message string
  • author User

Thread Entity

  • id int
  • author User
  • tags Tag[]
  • title string

Forum Entity

  • id int
  • userClass ?UserClass (required used class)
  • category Category

Category Entity

  • id int
  • name string
  • positionint
@vincent-peugnet vincent-peugnet added the enhancement New feature or request label Mar 16, 2021
@vincent-peugnet vincent-peugnet added this to the v1 beta milestone Mar 16, 2021
@vincent-peugnet
Copy link
Owner Author

What do You Think @n-peugnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant