mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
2.3 KiB
2.3 KiB
Storybook Issue Tracking System
This directory contains resources for tracking and organizing all Storybook-related work in the ComfyUI Frontend repository.
📋 Components
1. Issue Template (.github/ISSUE_TEMPLATE/storybook-improvement.yaml)
A structured GitHub issue template specifically for Storybook-related improvements and requests.
Features:
- Categorizes improvements (Component Stories, Configuration, Visual Testing, etc.)
- Priority levels (Low → Critical)
- Component impact tracking
- Implementation ideas and examples
Usage: When creating new issues related to Storybook, use this template to ensure consistent formatting and complete information.
2. Tracking Documentation (STORYBOOK_TRACKING_ISSUE.md)
Comprehensive documentation listing all 27+ Storybook-related PRs, organized by category.
Contains:
- Current status overview
- PRs organized by category (Setup, Stories, Themes, Config, etc.)
- Upcoming priorities roadmap
- Contribution guidelines
- Resource links
🔧 How to Use
For New Storybook Issues
- Go to GitHub Issues → New Issue
- Select "Storybook Improvement" template
- Fill out the structured form
- Add
area:storybooklabel if not automatically applied
For Tracking Progress
- Reference the tracking documentation in
STORYBOOK_TRACKING_ISSUE.md - Create a GitHub issue using this content as the body
- Use labels:
area:storybook,tracking - Pin the issue for easy access
For Contributors
- Check existing tracking issue for current priorities
- Follow guidelines in
.storybook/README.mdand.storybook/CLAUDE.md - Reference the tracking issue number in related PRs
- Update tracking documentation when completing work
📚 Related Resources
- Storybook Documentation:
.storybook/README.md - Developer Guidelines:
.storybook/CLAUDE.md - Component Examples:
src/components/*/\*.stories.ts - Visual Testing: Chromatic integration in CI/CD workflows
🎯 Purpose
This system helps:
- Organize all Storybook-related work in one place
- Track progress across multiple PRs and initiatives
- Prioritize improvements based on impact and urgency
- Facilitate collaboration between contributors
- Maintain comprehensive documentation of Storybook evolution