Ability to pick the number of chip colors, and their counts #11

Closed
opened 2025-01-28 22:01:50 -08:00 by djwesty · 0 comments
djwesty commented 2025-01-28 22:01:50 -08:00 (Migrated from github.com)

Due to unavoidable tight coupling and interdependence of features, two user stories are described here.

User Stories

As a poker host,
I want to choose how many colors of poker chips I have
so that the poker game may utilize the most effective and convenient denominations.

As a poker host,
I want to choose the count of each colored poker chip I had
so that the poker game may utilize the full distribution of the chips

Acceptance Criteria

  • Story 1: A primary number selector, with range 1 to 5 inclusive.
  • Story 2: A secondary number selector with a free form entry allowing 1 to 100
  • The choice on the primary number selector shows a dynamic, corresponding number of secondary selectors in parallel. To elaborate, when "1" is chosen on the primary selector, a single secondary selector appears for the white chips. When 5 is chosen on the primary selector, then secondary selectors appear for the white, red, green, blue and black chips in that order. The values in between adhere to the color order just listed.
Due to unavoidable tight coupling and interdependence of features, two user stories are described here. ### User Stories As a poker host, I want to choose how many colors of poker chips I have so that the poker game may utilize the most effective and convenient denominations. As a poker host, I want to choose the count of each colored poker chip I had so that the poker game may utilize the full distribution of the chips ### Acceptance Criteria * Story 1: A primary number selector, with range 1 to 5 inclusive. * Story 2: A secondary number selector with a free form entry allowing 1 to 100 * The choice on the primary number selector shows a dynamic, corresponding number of secondary selectors in parallel. To elaborate, when "1" is chosen on the primary selector, a single secondary selector appears for the white chips. When 5 is chosen on the primary selector, then secondary selectors appear for the white, red, green, blue and black chips in that order. The values in between adhere to the color order just listed.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: david/poker-chips-helper#11
No description provided.