RChat
RChat copied to clipboard
Chat integration with task app
Hi @am-MongoDB,
I am trying to integrate the chat app with the real task app, so that each task can have a group discussion (like in Asana or Trello). Could you give an insight on how the overall model would look like to make both work together?
Cheers Alex
Hi @alelordelo
I don't think that too many changes to the schema would be needed. In the ChatMessage Object, I'd still have....
@Persisted var partition = "" // "conversation=<conversation-id>"
but <conversation-id> would be the id of the Task object.
Cheers, Andrew.