RChat icon indicating copy to clipboard operation
RChat copied to clipboard

Chat integration with task app

Open alelordelo opened this issue 3 years ago • 1 comments

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

alelordelo avatar Feb 22 '22 09:02 alelordelo

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.

am-MongoDB avatar Feb 23 '22 12:02 am-MongoDB