Skip to content

IndexedDB cleanup Policy #23

Description

@Pejjp

En ce moment les fichiers raws sont gardés indéfiniments en mémoire du browser.

À implémenter:

  • Remove temporary orphaned blobs immediately when no hotspot references them.
  • Delete abandoned unpinned drafts after something like 7 to 30 days.
  • Keep recently opened or explicitly saved/pinned projects indefinitely.
  • Warn before deleting anything user-facing if the app presents it as a “project”.
  • Provide a clear user action like Delete local project or Clear local cache.
  • Clear the db on tab close.
  • Before closing the tab, warn the user that the data will be lost and propose to save.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions