How does the Repeat Option for Tasks should work? #70

Closed
opened 2025-11-01 20:46:06 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @lordfiSh on GitHub (Aug 2, 2022).

Hi,
where to post issues? Git, Gitea, Forum? :D

  • Frontend Version: 0.18.1+2036-e82a83c8cf
  • API Version: v0.18.1+283-8023674adf

How does the Repeat Function for Tasks work?
Everything I mark them done it just says "The task was successfully un-marked as done."
I think it also should show the next due date (like on the Screenshot below)

Remember the Milk (https://www.rememberthemilk.com) does this:

  • Task is shown in gray and at the bottom of the List if not overdue
  • if the Task is overdue it will create a copy and show the missed due date in red
    image

Thanks

Originally created by @lordfiSh on GitHub (Aug 2, 2022). Hi, where to post issues? Git, Gitea, Forum? :D - Frontend Version: 0.18.1+2036-e82a83c8cf - API Version: v0.18.1+283-8023674adf How does the Repeat Function for Tasks work? Everything I mark them done it just says "The task was successfully un-marked as done." I think it also should show the next due date (like on the Screenshot below) Remember the Milk (https://www.rememberthemilk.com) does this: - Task is shown in gray and at the bottom of the List if not overdue - if the Task is overdue it will create a copy and show the missed due date in red ![image](https://user-images.githubusercontent.com/389680/182425952-0d78ce1d-406c-4798-ac98-d9321e5b223e.png) Thanks
Author
Owner

@kolaente commented on GitHub (Aug 2, 2022):

where to post issues? Git, Gitea, Forum? :D

In general, bug reports should go to the issue tracker in the Gitea or GitHub repos. Feature requests should first be discussed in the forum until they are turned into an item in the backlog.

How does the Repeat Function for Tasks work?
Everything I mark them done it just says "The task was successfully un-marked as done."

Every time you mark a task with a repeating interval done, it will un-do that task and increase all dates and reminders by the repeating amount. That's why it says "successfully un-marked as done" when you check it of.

At least in the list view it shows the due date, but only of the current iteration.

Tasks with an overdue due date will show that date in red:

image

@kolaente commented on GitHub (Aug 2, 2022): > where to post issues? Git, Gitea, Forum? :D In general, bug reports should go to the issue tracker in the Gitea or GitHub repos. Feature requests should first be discussed in the forum until they are turned into an item in the backlog. > How does the Repeat Function for Tasks work? > Everything I mark them done it just says "The task was successfully un-marked as done." Every time you mark a task with a repeating interval done, it will un-do that task and increase all dates and reminders by the repeating amount. That's why it says "successfully un-marked as done" when you check it of. At least in the list view it shows the due date, but only of the current iteration. Tasks with an overdue due date will show that date in red: ![image](https://user-images.githubusercontent.com/13721712/182466202-25c6ce34-8cb8-4fb8-b9ed-6f418f2440e8.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#70