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

Agile Screen: live consumption tile add hint to data freshness #369

Open
ryanw-mobile opened this issue Nov 27, 2024 · 1 comment
Open
Assignees
Labels
feature A new feature for the user, not a new feature for a build script.

Comments

@ryanw-mobile
Copy link
Owner

Right now, the live consumption is reported in 10-second intervals.
Indeed, it is not absolutely "real-time".
We are also considering to fetch the data less frequently due to server traffic cap,
so it would be good to add an indicator to show how fresh the figure is.

@ryanw-mobile ryanw-mobile added the feature A new feature for the user, not a new feature for a build script. label Nov 27, 2024
@ryanw-mobile ryanw-mobile self-assigned this Nov 27, 2024
@ryanw-mobile
Copy link
Owner Author

Tried a progress-bar style countdown, but since we now switched to show aggregated 1-minute live usage, the value shown is literally around 1 minute ago which is not so "live".

Therefore a more sensible presentation would be:

  • Show the time stamp for which the consumption referres to.
  • A green dot fading away in one second from green to grey - technically desaturates

So we can like refreshing the dot every one second without further animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature for the user, not a new feature for a build script.
Projects
None yet
Development

No branches or pull requests

1 participant