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

Missing "last updated" datetime in cross-world view #8

Open
kotarou3 opened this issue Apr 24, 2019 · 0 comments
Open

Missing "last updated" datetime in cross-world view #8

kotarou3 opened this issue Apr 24, 2019 · 0 comments

Comments

@kotarou3
Copy link

Since the market board data is cached, it is helpful to know exactly how out of date it is.

I'm aware that in the individual server tabs, they already show a "last updated" datetime, but it is missing from the cross-world tabs.

Since each server's market board data are updated asynchronously from each other across the DC, obviously just a single datetime won't work. Some possible solutions include:

  1. Just show latest and earliest dates: Simple, and works as long as the data is updated at approximately the same day or so of each other
  2. Show latest and earliest date with some maximum cutoff. Servers that were updated beyond the cutoff have their entries greyed out: More complex change, but is able to prevent unreachable servers screwing up the market data. The exact cutoff duration will need some thought (90th percentile?)

I suggest going with (1) for now (with maybe a mouseover saying to check each individual server tabs for exact dates), and putting (2) on a wishlist for a rainy day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant