the-deep / client

Web client for DEEP
https://app.thedeep.io/
GNU Affero General Public License v3.0
4 stars 2 forks source link

Restrict Auto-clustering and Summarization for private projects and confidential leads #2949

Open subinasr opened 4 months ago

subinasr commented 4 months ago
  1. User should only be to trigger auto clustering if the project is public. Make sure to add an information icon next to disabled auto clustering button for private projects with the text: Auto clustering is not available for private projects to maintain document privacy.

Image

  1. Make sure to update the confirmation text for public projects to: Are you sure you want to trigger auto clustering of entries into new stories? This will replace current analytical statements with suggested groupings using NLP. Entries from confidential sources are filtered out to maintain document privacy.

Image

  1. Do not trigger triggerAutomaticSummary mutation if the project is private while opening the story analysis modal.

  2. Make sure to disable the tab Automatic Summary with the text: Automatic summary is not available for private projects to maintain document privacy.

Image