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 with recurring task #95

Open
gour opened this issue Nov 22, 2024 · 1 comment
Open

strange behaviour with recurring task #95

gour opened this issue Nov 22, 2024 · 1 comment

Comments

@gour
Copy link

gour commented Nov 22, 2024

Hello!

I really like tasklite and strongly consider to move to it...but noticed some strange behaviour the the recurring task:

❯ tl add recurring test due:2024-11-20
πŸ†• Added task "recurring test" with id "01jd9n06gn1hk911z0caryfcd1"



~ 
❯ tl all
Id   Prio  Opened UTC  Body        
cd1   9    2024-11-22  ⚠️️ recurring test  2024-11-20


~ 
❯ tl recur P1W cd1
πŸ“… Set recurrence duration of task "recurring test" with id "01jd9n06gn1hk911z0caryfcd1" to "P1W"
 

~ 
❯ tl info cd1

recurring test

   State: Open
Priority: 9.0
    ULID: 01jd9n06gn1hk911z0caryfcd1

πŸ“…    Due     2024-11-20 00:00:00
       ⬇
πŸ†•  Created   2024-11-22 09:59:38
       ⬇
✏️   Modified  2024-11-22 09:59:54

Recurrence Duration: P1W
Group Ulid: 01jd9n0nzr663kwd5bw38gdhee
User: gour



~ 
❯ tl do cd1
βœ… Finished task "recurring test" with id "01jd9n06gn1hk911z0caryfcd1"
➑️ Created next task "recurring test" in recurrence series "01jd9n0nzr663kwd5bw38gdhee" with id "01jd9n3xe2nf51485m9tt8vrvp"

~ 
❯ tl info cd1

recurring test

   State: Closed and Done
Priority: 9.0
    ULID: 01jd9n06gn1hk911z0caryfcd1

πŸ“…    Due     2024-11-20 00:00:00
       ⬇
πŸ†•  Created   2024-11-22 09:59:38
       ⬇
βœ…   Done     2024-11-22 10:01:40
       ⬇
✏️   Modified  2024-11-22 10:01:40

Recurrence Duration: P1W
Group Ulid: 01jd9n0nzr663kwd5bw38gdhee
User: gour

According to my understanding, after finishing the task, there should be a new instance created with the due:2024-11-29 00:00:00 or one week after the previous instance was completed. but it still says: Due 2024-11-20 00:00:00

Moreover, the status of the task is "Closed and Done" ❓

What do I miss?

@gour
Copy link
Author

gour commented Nov 23, 2024

Just to add that I see the erratic behaviour even with the latest version built from the source. 😒

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

1 participant