From 78f0d89331c0c98943dd0c6f7ddf7001d8f0da0e Mon Sep 17 00:00:00 2001 From: Caleb Allen Date: Wed, 18 Mar 2026 12:33:27 -0400 Subject: [PATCH] =?UTF-8?q?docs(18):=20create=20phase=20plan=20=E2=80=94?= =?UTF-8?q?=202=20plans=20in=202=20waves=20for=20batch=20edit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .planning/ROADMAP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.planning/ROADMAP.md b/.planning/ROADMAP.md index a7d7b58..99dc94e 100644 --- a/.planning/ROADMAP.md +++ b/.planning/ROADMAP.md @@ -114,7 +114,10 @@ Plans: 1. A Go function can write Vorbis Comment metadata tags to OGG Vorbis files using a custom OGG page rewriter — the file remains a valid OGG stream after writing (playable by the existing player and by external players) 2. Tag writes to OGG files use the same atomic write-to-temp-then-rename pattern as MP3/FLAC — no corruption risk 3. OGG tag editing is seamlessly integrated into the single-track and batch edit UIs — the user doesn't need to know or care what format a file is; the editor just works -**Plans:** TBD +**Plans:** 2 plans +Plans: +- [ ] 18-01-PLAN.md — Backend batch write endpoint with progress events, cancellation, and partial failure handling +- [ ] 18-02-PLAN.md — Frontend batch mode: track-details adaptation, three-state editing, confirmation, progress UI, view wiring ## Progress