rnadigital / agentcloud

Agent Cloud is like having your own GPT builder with a bunch extra goodies. The GUI features 1) RAG pipeline which can natively embed 260+ datasources 2) Create Conversational apps (like GPTs) 3) Create Multi Agent process automation apps (crewai) 4) Tools 5) Teams+user permissions. Get started fast with Docker and our install.sh
https://agentcloud.dev
GNU Affero General Public License v3.0
476 stars 97 forks source link

Communicate destructive changes to users (e.g datasources>tools) #263

Open anada10 opened 1 month ago

anada10 commented 1 month ago

Problem Currently when you delete a datasource it deletes any associated tools. This is good though we need to communicate what our system is about to do so that users do not accidentally lose data. e.g imagine you have put a lot of effort into configuring the tool description field and you can't recover it.

Solution When deleting pop up a modal that communicates the impact of the delete, and allows them to select an option

"This action cannot be undone"

anada10 commented 1 month ago

@misri we will need some designs to handle destructive changes across the app