Open Vilhelm-Ian opened 2 years ago
I was picturing it like this extension, where a pomodoro gets scored to a habit after it's finished. I use pomodoro and try to complete as many tasks as I can during the timer.
https://addons.mozilla.org/en-US/firefox/addon/habitica-pomodoro-sitekeeper/
Can you check the website if the pomodoro function is what you wanted, @kalecream
Hi, I checked it and had it a bit different as my idea was one timer which is linked to a pomodorlo habit and completing many tasks during that time until it runs out with an optional break.
I already changed the timer implementation and timer css, but continuing has been hard for me this week because of time-restraints 🙈
I'll finish what I'm doing on the weekend so you can at least have the preview.
Okay now I understood what you meant. I can implement the logic for the "pomodoro habbit". Just I am not sure where to put the button to start the pomodoro
@Vilhelm-Ian I had actually removed the circle timer and put the countdown on a button itself in a new div at the bottom.
Added a toast-notification instead of console.log statements for the comments you have there. I'm not sure which changes I have on my branch right now since my changing the timer was messy.
I'm changing the color of the button to be cohesive, but the other divs in that bottom section are giving me some issues why I didn't finish styling this when I worked on it
when you will be done with the design, I can implement the logic for updating a habit after the pomodoro is done
@kalecream
I can add a pomodoro timer to the project. Just tell me how do you imagine it being done. Like a button next to a text that starts the timer and if you press it a pomodoro timer starts to countdown and when it finishes the countdown it checks the habit off?