diff --git a/devnotes/v2.0.0/sprint-plans/tag-based-audio-organization-frontend-sprint-plan.md b/devnotes/v2.0.0/sprint-plans/tag-based-audio-organization-frontend-sprint-plan.md index 7961a5d8..a3c8fa51 100644 --- a/devnotes/v2.0.0/sprint-plans/tag-based-audio-organization-frontend-sprint-plan.md +++ b/devnotes/v2.0.0/sprint-plans/tag-based-audio-organization-frontend-sprint-plan.md @@ -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 diff --git a/devnotes/v2.0.0/sprint-trackers/tag-based-audio-organization-frontend-sprint-tracker.md b/devnotes/v2.0.0/sprint-trackers/tag-based-audio-organization-frontend-sprint-tracker.md index 38d0ef60..84871b20 100644 --- a/devnotes/v2.0.0/sprint-trackers/tag-based-audio-organization-frontend-sprint-tracker.md +++ b/devnotes/v2.0.0/sprint-trackers/tag-based-audio-organization-frontend-sprint-tracker.md @@ -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