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
HELLO!
It would be great to be able to see and use tags in workspace that were created by another user.
So, let's say another user created a note in the workspace section, creating new tags for it, but the current implementation does not allow these tags to be shared between other users, and this seems very useful.
Best wishes!
Type of feature
User Interface (UI)
Additional context
I'm trying to make it so that when new tags are created, they are shared among all users, appearing in the right column, under the TAGS section.
The text was updated successfully, but these errors were encountered:
Create a useTagsdataStore that leverages useMemoMetadataStore. useMemoMetadataStore would get a all the metadata info including tags (private, protected and public) for the user and useTagsdataStore would make another call and get all user's protected and public tags and merge the 2 lists of tags together.
This approach has some shortcoming in that it will retrieve the user's public and protected tags 2 times, but it is a smaller change in the code and uses existing mechanisms.
Add another filter list that will be mapped to or logical operators in the .sql file queries. This way the db query can get all memos that have a creatorId of x orprotected and public visibility all in a single query.
This approach is more involved as it will require changes across FE, server and db store files for all 3 db types.
Describe the solution you'd like
HELLO!
It would be great to be able to see and use tags in workspace that were created by another user.
So, let's say another user created a note in the workspace section, creating new tags for it, but the current implementation does not allow these tags to be shared between other users, and this seems very useful.
Best wishes!
Type of feature
User Interface (UI)
Additional context
I'm trying to make it so that when new tags are created, they are shared among all users, appearing in the right column, under the TAGS section.
The text was updated successfully, but these errors were encountered: