spacedrive/.tasks/CORE-009-user-managed-collections.md
2025-10-14 20:39:56 -07:00

939 B

id, title, status, assignee, parent, priority, tags, whitepaper
id title status assignee parent priority tags whitepaper
CORE-009 User-Managed Collections To Do james CORE-000 Medium
core
vdfs
collections
organization
Section 4.1

Description

Implement the ability for users to save selections of files into persistent collections. This will provide a flexible way for users to organize their files without being constrained by the file system hierarchy.

Implementation Steps

  1. Design the database schema for storing collections and their members.
  2. Implement the logic for creating, renaming, and deleting collections.
  3. Implement the logic for adding and removing entries from collections.
  4. Develop a UI/CLI for managing collections.

Acceptance Criteria

  • A user can create a new collection.
  • A user can add files and directories to a collection.
  • A user can view the contents of a collection.
  • A user can remove items from a collection.