Claude/cycle progress charts 01 xp vsxy6ngmu4 l9 se4 tb rpi#10
Open
pqhung3007 wants to merge 2 commits intopreviewfrom
Open
Claude/cycle progress charts 01 xp vsxy6ngmu4 l9 se4 tb rpi#10pqhung3007 wants to merge 2 commits intopreviewfrom
pqhung3007 wants to merge 2 commits intopreviewfrom
Conversation
…lization This commit introduces a comprehensive redesign of the active cycle view with detailed, visual-oriented charts that help users better understand cycle progress. Key features: - Enhanced cycle header with visual progress indicator and leading/trailing status - Dual chart view showing both burn-down and build-up charts side-by-side - Color-coded leading/trailing indicators (green for leading, red for trailing) - Detailed metrics breakdown sidebar with clickable filters - Real-time progress tracking with ideal vs actual comparison - Support for both work items and estimate points - Improved UX with tooltips, hover states, and visual feedback New components: - EnhancedCycleHeader: Shows overall progress with circular indicator and cycle metadata - EnhancedActiveCycleChart: Renders burn-down or build-up charts with leading/trailing areas - EnhancedProgressChart: Core chart component with colored fill areas for variance - EnhancedCycleMetrics: Sidebar with detailed breakdown of cycle metrics The implementation uses the existing data structures and APIs, maintaining compatibility with the current cycle management system while providing a more intuitive and informative user interface.
…ggle - Changed EnhancedActiveCycleChart to accept no plotType prop - Added plot type dropdown using CustomSelect to toggle between burn-down and build-up - Integrated getPlotTypeByCycleId and setPlotType from cycle store - Updated ActiveCycleRoot to render single chart component instead of two separate ones - Chart now shows either burn-down or build-up based on user selection via dropdown This provides a cleaner UI where users can switch between chart types in one region instead of showing both charts simultaneously.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References