From af76910f36a0a31f0273ed4370c822dff1ad4068 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 2 Apr 2026 10:43:24 +0000 Subject: [PATCH] storkit: create 454_story_deduplicate_work_item_display_in_web_ui_story_panel --- ...work_item_display_in_web_ui_story_panel.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/1_backlog/454_story_deduplicate_work_item_display_in_web_ui_story_panel.md 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