johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
12.02k stars 932 forks source link

Flow Time technique aka Flowmodoro #3384

Open Amany798 opened 2 months ago

Amany798 commented 2 months ago

Problem Statement

The pomodoro force us to study for certain time which can be counterproductive as some task may take less time while other takes slightly more time.

:grey_question: Possible Solution

The solution for this is to implement a flow time technique or Flowmodoro, which work according to your flow. In this break time = studytime/5. So for example I have studied for 45 min, the break would be of 9 min.

:heavy_plus_sign: Additional context

Some reference website which implement this are flomodoro.app flowmodor.com

github-actions[bot] commented 2 months ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

github-actions[bot] commented 2 months ago

Hello there Amany798! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

For more open ended discussions and/or specific questions, please visit the discussions page. 💖

johannesjo commented 2 months ago

Sounds very interesting! I'll have a look. Thanks for sharing!

johannesjo commented 2 months ago

Looks cool! Any suggestions on the details of the implementation?

Amany798 commented 2 months ago

Looks cool! Any suggestions on the details of the implementation?

My suggestions would be 1 - It should have a pause button, in case you wanna drink water or something without actually starting a break. 2 - Break finish notification should be longer for like 4 to 5 secs instead of just a pop up notification that we currently get in pomodoro timer. 3 - if possible include the button to hide/show the timer like there in second flomodoro reference which I have mentioned above. 4 - custom time to divide the study timer. for example - by default there is 1 min break for every 5 min study but should also have the option to change it to like 1 min break for every 4 or 3 min study.

That's all I think right now, Thank you.