docs: plan home audio tag display

This commit is contained in:
rishikanthc
2026-05-02 10:57:02 -07:00
parent 7b249b9419
commit 9edfb30e97
2 changed files with 5 additions and 0 deletions

View File

@@ -111,6 +111,8 @@ Tasks:
- Clicking a sidebar tag navigates to that tag detail route.
- The tag detail page should reuse the Home audio-list experience and show only audio whose latest/visible transcription has that tag.
- Show a graceful empty state when no audio exists for the selected tag.
- Display each audio file's assigned tags below its description in the Home audio list.
- The dedicated tag page should use the same audio-card tag display.
Acceptance criteria:
@@ -119,6 +121,7 @@ Acceptance criteria:
- Empty tag list is graceful and does not shift layout unexpectedly.
- Clicking a tag opens a dedicated page for that tag.
- The tag page matches the Home audio list behavior while filtering to the selected tag.
- Audio cards show assigned tags below the description without blocking the primary card actions.
## Sprint 4: Settings Tags Management

View File

@@ -61,6 +61,8 @@ Remaining tasks:
- Make sidebar tag clicks navigate to the dedicated tag page.
- Reuse the Home audio-list experience on the tag page with a tag filter.
- Show an empty state when the selected tag has no audio.
- Display assigned tags below each audio description in the Home audio list.
- Use the same audio-card tag display on the dedicated tag page.
## Sprint 4: Settings Tags Management