From 0d24db55abfb7fdd54a0efc1f64be3ac0ae7e8f5 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 18:12:06 +0000 Subject: [PATCH] story-kit: create 198_story_distinguish_work_item_types_in_web_ui --- .../198_story_distinguish_work_item_types_in_web_ui.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.story_kit/work/1_upcoming/198_story_distinguish_work_item_types_in_web_ui.md b/.story_kit/work/1_upcoming/198_story_distinguish_work_item_types_in_web_ui.md index a1dc0e9..373c247 100644 --- a/.story_kit/work/1_upcoming/198_story_distinguish_work_item_types_in_web_ui.md +++ b/.story_kit/work/1_upcoming/198_story_distinguish_work_item_types_in_web_ui.md @@ -13,6 +13,7 @@ As a project operator using the web UI, I want to visually distinguish between s - [ ] Work items display a visual indicator (e.g. icon, badge, or color) distinguishing stories, bugs, and spikes - [ ] The item type is derived from the filename prefix/convention (e.g. `story_`, `bug_`, `spike_`) - [ ] The type indicator is visible in all pipeline columns (upcoming, current, QA, merge, done) +- [ ] Each card in `StagePanel.tsx` has a 3px colored left border: green (#3fb950) for stories, red (#f85149) for bugs, blue (#58a6ff) for spikes ## Out of Scope