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

visualize historical test results #11

Open
RomanHauksson opened this issue May 4, 2022 · 2 comments
Open

visualize historical test results #11

RomanHauksson opened this issue May 4, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@RomanHauksson
Copy link

Problem

There's no way to visualize historical test data, such as WPM and accuracy.

Solution

I would love to help write some code (in Python, if you're alright with that) to generate graphs that show average WPM and accuracy over time, for example. The logs would have to record the game mode for this to work. Let me know what you think.

Alternatives

A simple statistics summary page could show one's PB for each game mode, total time spent typing, etc.

Additional context

Statistics graph in Monkeytype.

Thokr_graph

@RomanHauksson RomanHauksson added the enhancement New feature or request label May 4, 2022
@jrnxf
Copy link
Owner

jrnxf commented May 5, 2022

Interesting idea! Let me think on this a bit more – my initial reaction is that I'd love to keep everything in rust, but I do think the general idea of consuming the logged results for something would be really neat! I'd be curious to see how well a graph like the one you posted above could actually be rendered in the terminal 🤔

@RomanHauksson
Copy link
Author

Yeah, that's probably the main problem. I really like the braille-rendered graph at the end of each test, but it could also just generate a PNG graph in .config/thokr/.

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

No branches or pull requests

2 participants