fossasia / eventyay-video

https://video-dev.eventyay.com
Apache License 2.0
1.49k stars 22 forks source link

Enhance Chat Mentions #138

Closed mariobehling closed 1 month ago

mariobehling commented 1 month ago

Objective: Let's implement @username mentions in the chat to make our communication more interactive and user-friendly.

Details: Currently, unique usernames aren't available, so we'll save @USER_ID and resolve the display name when rendering the chat messages.

Frontend Tasks:

Backend Tasks:

Why This Matters: By completing these tasks, we can significantly enhance the chat experience for everyone. Your contributions will help make our platform more engaging and responsive. Let's collaborate and make this feature awesome!

odkhang commented 1 month ago

hi @mariobehling Could you please confirm the requirements for how @ mentions should behave? Specifically:

  1. Should the user card be displayed only when an @ mention is rendered in the text message, or
  2. Should the user card also be displayed when the @ mention is clicked in the chat box?