VMormoris / tw2-stats

Apache License 2.0
3 stars 2 forks source link

World Overview #2

Closed djbears32 closed 2 years ago

djbears32 commented 2 years ago

Create an overview page for each world that shows different items

  1. Smaller table of recent conquers that links to main conquest table
  2. Include line graph of all current tribes with a different color showing rank change as a whole
  3. Top 5 Tribe
  4. Top 5 players
  5. Show daily achievements (Tribe/Player) with calculated stats since they are already being pulled
VMormoris commented 2 years ago

Creating an overview page was on of the things I also wanted to add at some point.

All the suggestions you made sound great to me. But unfortunately 5 is not possible currently. The database doesn't store any data regarding player's or tribe's achievements.

The game's current API doesn't allow me to ask for the achievements of multiple tribes or players at once as far as I know. I'm hopping that the new World API that was announced with the last update will make something like that possible. But that remains to be seen when it is published.

VMormoris commented 2 years ago

Resolve with Pull Request #6. You can see how it looks at: en69 - tw2 stats

I'm closing this issue. If you have any other suggestions please don't hesitate to open another issue