You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's already an UnreadComment entity that is created for all users when a comment is added. I'd like the ability to tag individual users for increased visibilty during comment insert. I picture this working by adding a new column bool UnreadComment.IsTagged. There will need to be some UI in the comment form for selecting users.
The text was updated successfully, but these errors were encountered:
adamfoneil
changed the title
ability to tag individuals with a comment. There's already an UnreadComment entity that is created for all users when a comment is added. I'd like the ability to tag individual users for increased visibilty during comment insert. I picture this working by adding a new column bool UnreadComment.IsTagged. There will need to be some UI in the comment form for selecting users.
ability to tag individuals with a comment
Mar 29, 2023
There's already an
UnreadComment
entity that is created for all users when a comment is added. I'd like the ability to tag individual users for increased visibilty during comment insert. I picture this working by adding a new columnbool UnreadComment.IsTagged
. There will need to be some UI in the comment form for selecting users.The text was updated successfully, but these errors were encountered: