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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user