[GH-ISSUE #434] Change storage removal message from unlinked to deleted #207

Closed
opened 2026-03-03 00:19:18 +03:00 by kerem · 0 comments
Owner

Originally created by @arcturus140 on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/434

Things that need clarification:

  • 'storage.removeMessage': are storage locations deleted permanently or just unlinked?

Originally posted by @sysadt in https://github.com/BoostIO/BoostNote.next/pull/430#issuecomment-619149011

The operation is destructive. It discard storage data from the app(or browser) but not cloud storage data. If the storage is linked to a cloud storage and synced before deleted, you can always revive the storage from the cloud storage.

Originally posted by @Rokt33r in https://github.com/BoostIO/BoostNote.next/issues/427#issuecomment-619350155

I think it would be best to always assume an unrecoverable operation for any storage deletion.

so

Remove "Test" storage
The storage will be unlinked from this app

could be changed into

Delete "Test" storage
Warning! This will permanently remove all notes locally stored on this location
Originally created by @arcturus140 on GitHub (Apr 25, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/434 Things that need clarification: - 'storage.removeMessage': are storage locations deleted permanently or just unlinked? _Originally posted by @sysadt in https://github.com/BoostIO/BoostNote.next/pull/430#issuecomment-619149011_ The operation is destructive. It discard storage data from the app(or browser) but not cloud storage data. If the storage is linked to a cloud storage and synced before deleted, you can always revive the storage from the cloud storage. _Originally posted by @Rokt33r in https://github.com/BoostIO/BoostNote.next/issues/427#issuecomment-619350155_ I think it would be best to always assume an unrecoverable operation for any storage deletion. so Remove "Test" storage The storage will be unlinked from this app could be changed into Delete "Test" storage Warning! This will permanently remove all notes locally stored on this location
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#207
No description provided.