Product App
Changelog
Changelog
All notable changes to the Product App are documented here.
[Unreleased]
Added
- Documentation site integration with auto-generated API docs
- Enhanced activity feed with pagination support
Changed
- Improved roadmap drag-and-drop visual feedback
- Updated goal progress calculation algorithm
Fixed
- RACI matrix cell click responsiveness on touch devices
- Portfolio health indicator color accuracy
[1.0.0] - 2026-01-22
Added
Product Management
- Product CRUD operations with full metadata support
- 6-step product creation wizard with guided workflow
- Product lifecycle phase tracking (Ideation, Development, Launch, Growth, Maturity, Decline)
- Phase transition history with optional notes
- Product strategy documentation (problem statement, value proposition, target market, competition)
- Product types: Software, Physical, Service, Content, Custom
- Visual customization with icons and brand colors
Goal/OKR Management
- Strategic goal creation with categories (Growth, Quality, Efficiency, Innovation)
- Hierarchical goal structure with parent-child relationships
- Goal status tracking (Not Started, In Progress, At Risk, On Track, Complete)
- Metric/KPI attachment with multiple types (percentage, currency, count, custom)
- Multiple view modes: List, Dashboard, Tree
- Goal progress visualization with charts
- Automatic and manual progress tracking modes
Roadmap & Initiative Management
- Product roadmaps with auto-creation
- Initiative management with status, priority, and color coding
- Timeline view organized by quarters
- Kanban view organized by status
- Drag-and-drop for rescheduling initiatives
- Multi-year planning with year navigation
- Project linking to initiatives
Team & RACI
- Team member management with role assignment (Owner, Contributor, Viewer)
- User search for adding team members
- Interactive RACI matrix
- RACI area management
- Validation warnings for missing assignments
- RACI role legend
Portfolio Management
- Portfolio dashboard with aggregated views
- Product health indicators (green/yellow/red)
- Multi-field filtering and sorting
- Portfolio statistics summary
- Grid view of all products
Activity Tracking
- Chronological activity feed
- Filtering by entity type and action
- User and timestamp tracking
- Pagination for large activity logs
Integration
- RxDB local-first architecture with offline support
- Real-time updates via reactive subscriptions
- Project linking from flowstate-app-projects
- FlowState MCP tool integration
Version Format
This changelog follows Keep a Changelog format.
- Added for new features
- Changed for changes in existing functionality
- Deprecated for soon-to-be removed features
- Removed for now removed features
- Fixed for bug fixes
- Security for vulnerability fixes
Versioning
This project adheres to Semantic Versioning:
- Major (X.0.0): Breaking changes to public API or data models
- Minor (0.X.0): New features, backward-compatible
- Patch (0.0.X): Bug fixes, backward-compatible