Access to Comments via Bookmarks

Hi, Directus Community.

Need help with reviewing comments.

My use-case is the following. I allow users to create content via the frontend. Content should be moderated. Users can also leave comments via the frontend to suggest improvements for already created content or to communicate with moderators.

Moderators have access to the Directus App (backend). I would like to have a table with a list of the last comments. Is it possible to create somehow the bookmark table with comments? Are there any other suggestions on how to pay moderators’ attention to the comments without checking comments in every item created in the Collection?

Regards

Sounds like you may be attempting to use the Directus native item comments(intended for content editor commenting) to track this. Recommend changing strategy here and creating a user collection (eg user_comments) and relating it to the appropriate collections. Frontend then stores the comments and your moderators can view/filter/etc the “user_comments” directly or from the related collection items.

Hope this helps.