The-Commit-Company / raven

Simple, open source team messaging platform
https://www.ravenchat.ai/
GNU Affero General Public License v3.0
317 stars 133 forks source link

feat: task list in messages #1043

Open nikkothari22 opened 2 months ago

nikkothari22 commented 2 months ago

Allows users to send lists of tasks in messages.

image

Pending:

  1. How do we ensure permission checks when other users can check/uncheck tasks?
  2. How do we update the document when a task is checked/unchecked in TiptapRenderer (https://github.com/ueberdosis/tiptap/issues/3676)