<!-- ghit#filepath: /Users/jagadeesh/goat/drips/predictify --> ## Description - Create an outcome selection UI that scales from binary to multi-outcome markets. - Make selection unambiguous and safe on mobile. ## Requirements and context - Must support long outcome labels. - Scope is frontend design only. ## Suggested execution - `git checkout -b design/outcome-selection` - Implement changes: 1. Define the pattern and when it changes (cards vs list vs table). 2. Define selection and confirmation states. 3. Provide examples for 2, 3, and 8 outcomes. ## Test and commit - Validate tap targets and spacing on mobile. ## Example commit message ``` feat(design): multi-outcome selection patterns ``` ## Guidelines - Prevent accidental selection changes. - Timeframe: 96 hours.
Description
Requirements and context
Suggested execution
git checkout -b design/outcome-selectionTest and commit
Example commit message
Guidelines