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

What's left? #2

Open
arranf opened this issue Feb 13, 2018 · 2 comments
Open

What's left? #2

arranf opened this issue Feb 13, 2018 · 2 comments

Comments

@arranf
Copy link

arranf commented Feb 13, 2018

Hey!

I was just about to start writing a parser in Rust then stumbled across yours!

Could you give me a general update on the state of the project and what's left to do to get it to feature parity with other parsers?

Arran

@tobz
Copy link
Contributor

tobz commented May 2, 2018

This is an incredibly late response, but... I need to take a look at this again.

My general recollection is that most of the "basics" are done... the primary events, etc. Beyond that, there needs to be support to parse the lobby archive so that we can extract BattleTags.

Beyond that, most of the work would be deriving statistics. This is doing the work like parsing KDAs, damage done, doing something with the events we have. I kind of waffled back and forth on whether we should care about this. Technically a caller could parse the JSON output and do it themselves if we gave them all of the events... but the amount of data is pretty large (although that's largely in part due to it being JSON)

@arranf
Copy link
Author

arranf commented May 2, 2018 via email

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

2 participants