Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Quantum-Future opened this issue Jun 16, 2024 · 2 comments

Comments

@Quantum-Future
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants