jenspfahl / EverydayTasks

Track, log and schedule your everyday tasks.
https://everydaytasks.jepfa.de
GNU General Public License v3.0
107 stars 9 forks source link

Strange behaviour when creating fixed and flexible schedules (Ver 1.7.0) #77

Open Quantum-Future opened 5 months ago

Quantum-Future commented 5 months ago

When I create a one-time schedule, the scheduled date/time is correct (25 seconds ago):

EveryDayTasks_1


But when creating fixed or flexible schedules, the creation date/time is wrong:

Example1: EveryDayTasks_2 It says 8 hours and 37 minutes, but in fact, this schedule was created recently.

.

Example2: EveryDayTasks_3 This case is even weirder: it says 1 minute and 47 seconds ago (yesterday), but if it was created less than 2 minutes ago, and the time was 3:21 (time is at top left), then it can't be yesterday. It was created today, not yesterday.

jenspfahl commented 5 months ago

Scheduled At doesn't mean Created At. This might be confusing, but this is because you always define the next due date. To get the start date (Scheduled at) the app calculates due date minus period, to properly display the progress indicator.

Quantum-Future commented 5 months ago

Aahh.... now I understand, but yes, it's confusing. I think the info of start date (Scheduled at), it's not very useful to the user and has this possibility of creating confusion (maybe I'm wrong). I prefer to have the Due info but not the Schedule at. Maybe a switch in the settings could control the visibility of this line. I would turn it on just in case of some trouble and that needed more info to debug.