storkit: done 454_story_deduplicate_work_item_display_in_web_ui_story_panel

This commit is contained in:
dave
2026-04-02 11:00:55 +00:00
parent f8d7438eec
commit 896eb4fc52
@@ -0,0 +1,20 @@
---
name: "Deduplicate work item display in web UI story panel"
---
# Story 454: Deduplicate work item display in web UI story panel
## User Story
As a user, I want the work item detail panel to display cleanly without redundant information, so that I can read story details without noise.
## Acceptance Criteria
- [ ] The story title is not shown twice (remove the duplicate heading)
- [ ] The work item type label is not shown twice
- [ ] The word 'name' is not shown as a prefix before the story title
- [ ] The story ID/title line (e.g. 'Story 3: ...') is left-justified with no extra indentation
## Out of Scope
- TBD