From 50fc2abc113c6098de99bd06b20c37f441f0f055 Mon Sep 17 00:00:00 2001 From: derdilla <82763757+derdilla@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:01:47 +0200 Subject: [PATCH] Add TODOs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8b76066..12e008a 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,12 @@ Each of the tree steps is independend from another, so you can quickly see the r 3. `cargo run` the visualizer to generate a index.html (very fast) *note: The stats directory should be next to the cwd executing the analyzer (../stats). The source code is the intended place for further customization.* + +## TODO + +- Try to use [vega](https://github.com/vega/vega) for stats +- Add percentage of language stats with toggleable categories + - Area of the code: Core, SDKs, Third-party, ... + - Code kind: Code, comments, blank +- Allow generating time series +- Some sample historical data