S9 — Add selected to new folder #11

Closed
opened 2026-08-31 22:00:03 +00:00 by brian · 0 comments
Owner

Epic: #1 — Click & double-click actions / multi-select in Filux

Story: S9 — Add selected to new folder

As a user I want to create a new folder and move all selected items into it.

Acceptance criteria

  • The action prompts the user for the new folder name and path (location).
  • The new folder is created at the chosen location.
  • All selected items are moved into that folder in one operation.
  • Folder-into-own-descendant cycles are prevented.
  • Errors are reported per item.

Notes

  • Backend: combine folder creation + batch-move in server/src/routes/items.ts / server/src/services/bulk.ts.
  • Client: prompt flow + wiring in FolderView.tsx (reuses multi-item MoveModal destination picker).
**Epic:** #1 — Click & double-click actions / multi-select in Filux ## Story: S9 — Add selected to new folder As a user I want to create a new folder and move all selected items into it. ### Acceptance criteria - [ ] The action prompts the user for the new folder name and path (location). - [ ] The new folder is created at the chosen location. - [ ] All selected items are moved into that folder in one operation. - [ ] Folder-into-own-descendant cycles are prevented. - [ ] Errors are reported per item. ### Notes - Backend: combine folder creation + `batch-move` in `server/src/routes/items.ts` / `server/src/services/bulk.ts`. - Client: prompt flow + wiring in `FolderView.tsx` (reuses multi-item MoveModal destination picker).
brian closed this issue 2026-09-01 17:01:42 +00:00
Sign in to join this conversation.
No labels
epic
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
brian/Filux#11
No description provided.