Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change player's play time from seconds to a more sensible unit #1830

Open
takaro-ci-bot bot opened this issue Dec 9, 2024 · 0 comments
Open

Change player's play time from seconds to a more sensible unit #1830

takaro-ci-bot bot opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request needs-triage

Comments

@takaro-ci-bot
Copy link
Contributor

takaro-ci-bot bot commented Dec 9, 2024

Description

Currently, the player's play time is displayed in seconds. This needs to be changed to a more user-friendly and sensible unit of time.

Requirements/use-cases

  • Users should be able to easily understand and interpret the play time at a glance
  • The new unit should be appropriate for typical play session lengths (e.g., hours or minutes)
  • Consider adding multiple units for different time ranges (e.g., "2 hours 30 minutes" for longer sessions, "45 minutes" for shorter ones)

Possible implementation steps

  1. Determine the most appropriate unit(s) of time to use
  2. Update the backend logic to convert seconds to the new unit(s)
  3. Modify the frontend to display the new format
  4. Ensure all relevant views and components are updated (e.g., player overview, individual player stats)
  5. Update any related documentation or tooltips

Possible duplicates:

  • None identified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants