[4.1] In-App Dice Roll Results Display #15

Closed
opened 2026-03-13 11:26:07 +01:00 by shahondin1624 · 0 comments

User Story

As a player, I want dice results in the app UI, not the console.

Acceptance Criteria

  • Replace println callbacks in Attribute.kt and Talent.kt
  • Show: number of dice, individual results, successes (5+), glitch detection
  • Bottom sheet, dialog, or inline expansion
  • Successes highlighted green, ones in red
  • Results persist until dismissed or next roll

Notes

Affects Attribute.kt and Talent.kt dice button callbacks. Currently uses println to console. Depends on 6.1 (ViewModel) for state management of roll results.

## User Story **As a** player, **I want** dice results in the app UI, not the console. ## Acceptance Criteria - [ ] Replace `println` callbacks in `Attribute.kt` and `Talent.kt` - [ ] Show: number of dice, individual results, successes (5+), glitch detection - [ ] Bottom sheet, dialog, or inline expansion - [ ] Successes highlighted green, ones in red - [ ] Results persist until dismissed or next roll ## Notes Affects `Attribute.kt` and `Talent.kt` dice button callbacks. Currently uses `println` to console. Depends on 6.1 (ViewModel) for state management of roll results.
shahondin1624 added this to the Phase 5: Interaction milestone 2026-03-13 11:26:07 +01:00
shahondin1624 added the epic:dice-rollingpriority:must-have labels 2026-03-13 11:28:14 +01:00
Sign in to join this conversation.