rozPierog / Cofi

Free and open-source coffee brew timer. Customizable time settings and an easy-to-use interface. Perfect cup every time.
https://rozpierog.github.io/Cofi/
GNU General Public License v3.0
354 stars 30 forks source link

Add (option for) total brew timer including draw down time #142

Open elumbella opened 1 year ago

elumbella commented 1 year ago

A lot of recipes have recommended total times, such as "draw down should finish at around 3:30". It would be great to have a timer running during brewing that keeps running after the last step until you hit stop to analyse your total brew time

rozPierog commented 1 year ago

I was thinking about it, and I think the best way to approach this is to have a new step type "stopwatch" that you could set at the end of the brew and it would automatically start counting up without upper bound. WDYT would that solve your usecase? @elumbella

elumbella commented 1 year ago

I'm not sure, but I can be convinced :D Of course, the timer would have to include all the time from the steps before.

I personally would have liked maybe a switch when creating a recipe and a total time counter that runs somewhere during the process. But I'm open to try your suggestion! Maybe other people could also voice their preference before you commit to implementing?