Currency Selector #34

Closed
opened 2025-02-25 18:16:12 -08:00 by Vutukuri15 · 1 comment
Vutukuri15 commented 2025-02-25 18:16:12 -08:00 (Migrated from github.com)

User Story

As a poker game player,
I want to change the currency symbol on the output screen,
So that the displayed chip values and buy-in amounts match the selected currency.

Acceptance Criteria

  • A dropdown or setting allows me to select a currency (e.g., $, €, ₹, £).
  • The selected currency symbol updates all displayed monetary values in the app.
  • The default currency is $ unless changed by the user.
### User Story As a poker game player, I want to change the currency symbol on the output screen, So that the displayed chip values and buy-in amounts match the selected currency. ### Acceptance Criteria * A dropdown or setting allows me to select a currency (e.g., $, €, ₹, £). * The selected currency symbol updates all displayed monetary values in the app. * The default currency is $ unless changed by the user.
djwesty commented 2025-02-26 20:31:44 -08:00 (Migrated from github.com)

It would be fun/interesting to see if we could detect the currency symbol based on the users country, and fallback to '$' if they are in a country whose symbol we do not include.
Not a hard requirement, just an idea

It would be fun/interesting to see if we could detect the currency symbol based on the users country, and fallback to '$' if they are in a country whose symbol we do not include. Not a hard requirement, just an idea
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#34
No description provided.