Implementation of ability to mention/reference entities in messages #207
Labels
Backend implemented
discussion
Requires opinions of team members
effort: high
When you have a free weekend...
feature
New feature
frontend
priority: medium
Nice to have...
status: in development
Milestone
Concept:
mentionId
should be inserted into the message(e.g.Refer to @12345 for more info
) since this is robust against renaming mentioned entitiesmentionId
will be converted into the mentioned entities name(e.g. the channel nameMyExampleChannel
) when loading messagesWhen starting to write a message, all available entities could be loaded asynchronously for quick lookup@u:john
to search forusers
with john in their name,@r:dev
to search for dev in the teamsroles
)Backend tasks:
MentionService
Frontend tasks:
The text was updated successfully, but these errors were encountered: