docs(phase-4): complete 04-03-PLAN.md — Folders API + audit helper

- Create 04-03-SUMMARY.md with full frontmatter, decisions, threat surface scan
- Update STATE.md: plan 3/9, new decisions, session continuity
- Update ROADMAP.md: mark 04-01, 04-02, 04-03 plans complete (3/9)
- Update REQUIREMENTS.md: mark FOLD-01..FOLD-05 complete
This commit is contained in:
curo1305
2026-05-25 18:40:33 +02:00
parent 33a6f9a290
commit c6feb5faf2
4 changed files with 156 additions and 12 deletions
+5 -5
View File
@@ -50,11 +50,11 @@ _Last updated: 2026-05-21_
### Folders & Organization (FOLD)
- [ ] **FOLD-01**: User can create, rename, and delete folders (delete confirms content count before proceeding)
- [ ] **FOLD-02**: User can move documents between folders
- [ ] **FOLD-03**: Breadcrumb navigation renders current folder path; each segment is clickable to navigate up
- [ ] **FOLD-04**: Document list supports sort by name, date uploaded, and file size
- [ ] **FOLD-05**: Full-text search across user's documents (PostgreSQL `tsvector` index on extracted text)
- [x] **FOLD-01**: User can create, rename, and delete folders (delete confirms content count before proceeding)
- [x] **FOLD-02**: User can move documents between folders
- [x] **FOLD-03**: Breadcrumb navigation renders current folder path; each segment is clickable to navigate up
- [x] **FOLD-04**: Document list supports sort by name, date uploaded, and file size
- [x] **FOLD-05**: Full-text search across user's documents (PostgreSQL `tsvector` index on extracted text)
### Document Sharing (SHARE)