CS-UCR/nexus

Comments Section

Closed this issue · 0 comments

Tasks

  • In an event page, add a comment section where users can write comments to show interest
  • It might be better to store the comments within a nested array inside a particular event document instead of its own collection
  • Deleting an event should delete all comments
  • An event should only show it's own comments and not comments from another event with the same name for example
  • Users should be able to delete only their own comments. It doesn't seem necessary to display their comments on their profile page so no need to worry about fetching those.