ejmg / tomaty

tomaty is a gtk+3 based application for the pomodoro technique 🍅
MIT License
6 stars 1 forks source link

Velocity #61

Open nucle0tides opened 6 years ago

nucle0tides commented 6 years ago

We use this at work to track how many points a team is able to complete in a single sprint. It's literally just the average. It would be nice to be able to track, on average, how many pomodoros a user is able to get done in a day or week. This would also be nice for long term stats tracking, i.e., productivity over a week, month, semester, quarter, etc.

ejmg commented 6 years ago

this sounds really nice.

that said, i need to look into the efficiency of tracking as simply a json vs a minimal dbs (that isn't just a glorified json) given the number of tracking features we are embracing.

Do you have any input on this? So far I have roadmapped:

I do not know the performance measurements in terms of overhead and memory for json serialization as compared to, say, sql-lite. preferably, we would use something even more stripped down than sql-lite.

This is going to be such a fleshed out feature that I'm giving it its own tag either way.