I have 1 specific requirement: On my reactjs platform for our internal members, we have a proposal where conversations need to happen through Discourse forum.
For each proposal there are multiple people involved who should
- see the conversations in the same timeline fashion
- the topic should automatically gets created when a new proposal started
- these users are already logged in so they don’t have to login to discourse for a seamless experience
- each member should get emails for a new comment addition with attachments if any
- if a member is replying on the email only the comment with attachement should get added to the proposal discussion.
Please let me know how can I implement this.
Thank you!