vincent-peugnet / antilope

Antilope private tracker for IRL sharing, allowing members to share anything inside communities.

Home Page:https://antilope-alpha.club1.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharable Q & A

vincent-peugnet opened this issue · comments

Depending on manager choice, a zone to add comment for each sharables.

each comment can be moderated -> hidden by managers. -> it is the same question as contact method, there could be the same levels of comment management.
Maybe this could be controlled by the same parameter ? otherwise it would start to be too complicated I think....

Question entity

  • id int
  • sharable Sharable
  • user User
  • text string
  • createdAt DateTime
  • answers Answer[]

Answer entity

  • ID int
  • question Question
  • user User
  • text string
  • createdAt DateTime