-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement support for tanks in battle #14
Comments
Regarding 4): I'm not sure if it's worth it when there's a web page out there that tracks that already: http://wotcs.com/clan.php?wid=500014725 But it might be interesting to implement it to combine it with data known from replays, e.g. track the tank locking duration. Anything else you can think of in that direction? It probably would be best to just get the data from the WG API then. 1), 2) and 3) should be fairly straight-forward since all the information is basically already available from the replays. From a technical perspective it might be worth it to store that information in a separate database tables for performance instead of having to decode the JSON every time in Python. But maybe that can wait until it actually becomes a problem. Could you please try to come up with some UI mockups or ideas how the data should be shown? |
Would be nice, to just see LINEUPS of tanks in Replay Details, for example next to player nick or at the bottom added list of tanks. |
I could elaborate on it but how do you feel with the implementation of tanks to the tracker?
ATM my perspective:
What do you think?
The text was updated successfully, but these errors were encountered: