tedi 0.16.3

Personal productivity CLI for task tracking, time management, and GitHub issue integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
use crate::activity_monitor::Total;

//TODO!!!!!!!!!!!!: when enough data is gathered, do the correlations.

//1. deserialize every file in totals directory

//2. for every total of the structure, correlation against the recorded ev of the same day (if no ev, skip).

//3. devide by its time_s, push (name, correlation) tuples to the same Vec.

//4. plot a bar chart with plotly rust