wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Create Pomodoro Check Flag #380

Closed JakeHamblin closed 1 month ago

JakeHamblin commented 1 month ago

Who are you? CSE Dev

What feature do you want? Create a check flag on pomodoros. Mainly, create a column in pomodoros called "checked" that is a boolean. Make corresponding changes to update_pomodoro

Why do you want this feature? When a pomodoro has 20 minutes elapsed, we need to notify the user. Currently, this is done in a 2 minutes interval. However, after a check has been done, we need to apply a "checked" flag on the database to know that pomodoro has already been checked so we can exclude it in future runs. At the moment, once a pomodoro has been checked, it will continue to be checked.