Batch: Fixes #4, #5 #6

Merged
SaschaFuksa merged 1 commit from batch/4-5 into master 2026-04-18 15:39:58 +00:00
Owner

Summary

Issue #4: Rename chunk folders

  • Session folders now use yyyymmdd_hhmmss naming (e.g. 20260418_154030)
  • Counter suffix (_1, _2, etc.) added if the same second has multiple sessions

Issue #5: Add chunks subfolder view in UI

  • New /api/v1/chunks endpoint lists all recording folders (paginated, 10/page)
  • DELETE /api/v1/chunks/{folder} deletes a folder and all its data
  • POST /api/v1/chunks/{folder}/transcribe re-runs transcription on an existing folder
  • UI panel shows all past recordings with name, chunk count, and transcript badge
  • Selected folder shows transcript preview
  • Delete and Transcript buttons per folder
  • Pagination when >10 folders exist
## Summary ### Issue #4: Rename chunk folders - Session folders now use `yyyymmdd_hhmmss` naming (e.g. `20260418_154030`) - Counter suffix (`_1`, `_2`, etc.) added if the same second has multiple sessions ### Issue #5: Add chunks subfolder view in UI - New `/api/v1/chunks` endpoint lists all recording folders (paginated, 10/page) - `DELETE /api/v1/chunks/{folder}` deletes a folder and all its data - `POST /api/v1/chunks/{folder}/transcribe` re-runs transcription on an existing folder - UI panel shows all past recordings with name, chunk count, and transcript badge - Selected folder shows transcript preview - Delete and Transcript buttons per folder - Pagination when >10 folders exist
Batch: Fixes #4, #5 - timestamp-based chunk folders and chunks UI panel
Some checks are pending
CI / lint (pull_request) Waiting to run
CI / test (pull_request) Waiting to run
aa1595d1cd
Issue #4: Rename chunk folders
- Session folders now use yyyymmdd_hhmmss naming (e.g. 20260418_154030)
- Counter suffix (_1, _2, etc.) added if same second has multiple sessions

Issue #5: Add chunks subfolder view in UI
- New /api/v1/chunks endpoint lists all recording folders (paginated, 10/page)
- DELETE /api/v1/chunks/{folder} deletes a folder and all its data
- POST /api/v1/chunks/{folder}/transcribe re-runs transcription on existing folder
- UI panel shows all past recordings with name, chunk count, transcript badge
- Selected folder shows transcript preview
- Delete and Transcript buttons per folder
- Pagination when >10 folders exist
SaschaFuksa deleted branch batch/4-5 2026-04-18 15:39:58 +00:00
Sign in to join this conversation.
No reviewers
No labels
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
Tasch/whisper-transcribe!6
No description provided.