v3.2.7 - Fix Feature Prioritization Error
🐛 Bug Fix
Fixed
- Fixed checkbox prompt error when all features are selected during feature prioritization
- Added validation to ensure not all features can be marked as must-have for MVP
- Added conditional logic to skip nice-to-have prompt when no features remain
Error Resolved
Previously, when users selected all available features and tried to mark them all as must-have, the following error would occur:
[checkbox prompt] No selectable choices. All choices are disabled.
This has been fixed by:
- Preventing users from selecting all features as must-have (with helpful validation message)
- Gracefully handling the case where all features are selected as must-have
Added
- Unit tests for feature prioritization edge cases
Installation
npm install -g [email protected]What's Changed
- Fix checkbox prompt error in feature prioritization by @webdevtodayjason in 12b6821
Full Changelog: v3.2.6...v3.2.7