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 792aefb..1a5c5ec 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 @@ -15,6 +15,7 @@ As a project operator using the web UI, I want to visually distinguish between s - [ ] 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 - [ ] Each card displays a small uppercase text badge (STORY, BUG, SPIKE) next to the #ID, colored to match the left border +- [ ] Item type is parsed from the story_id field by matching the segment after the numeric prefix (N_story_..., N_bug_..., N_spike_...) ## Out of Scope