mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
939 B
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 |
|
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
- Design the database schema for storing collections and their members.
- Implement the logic for creating, renaming, and deleting collections.
- Implement the logic for adding and removing entries from collections.
- 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.