powerhouse-inc / switchboard

Open-source API over the document model made to be developer- and analyst-friendly
https://switchboard-boilerplate.vercel.app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Rename and Delete Operations in Switchboard #244

Open CallmeT-ty opened 5 days ago

CallmeT-ty commented 5 days ago

Refactor: Rename and Delete Operations in Switchboard

Fix issues with rename and delete operations. Deleting a file creates a bug, where the synchronization units need to be deleted. Ensure that rename operations do not trigger unnecessary deletions and that delete operations do not cause errors.