diff --git a/.storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md b/.storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md new file mode 100644 index 00000000..ec4042f1 --- /dev/null +++ b/.storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md @@ -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