feat: implement recurring tasks with UI, engine, and notifications#591
Open
inderjeet20 wants to merge 1 commit intoCCExtractor:mainfrom
Open
feat: implement recurring tasks with UI, engine, and notifications#591inderjeet20 wants to merge 1 commit intoCCExtractor:mainfrom
inderjeet20 wants to merge 1 commit intoCCExtractor:mainfrom
Conversation
Collaborator
|
@inderjeet20 , What is this next ? and it shows me same date no matter what is Recurrence |
| await Replica.addTaskToReplica(HashMap<String, dynamic>.from({ | ||
| "description": homeController.namecontroller.text.trim(), | ||
| "due": getDueDate(homeController.selectedDates)?.toUtc(), | ||
| "entry": DateTime.now().toUtc().toIso8601String(), |
Collaborator
There was a problem hiding this comment.
ENTRY Attribute is added
(just a bookmark for me)
Collaborator
|
@inderjeet20 , I have suggested some changes for taskchampion (v3) |
Contributor
Author
I just realized I didn’t set up the Taskserver environment while testing, so I couldn’t properly check the recurring task behavior across both backends. Because of that, the Taskchampion flow wasn’t tested the way it should have been. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


fixes #588
Summary
This PR introduces complete recurring task support in the Flutter app for both Taskserver and Taskchampion/Replica profiles.
It adds recurrence selection, editing, display, next-instance generation, and notification handling, bringing the app closer to full parity with Taskwarrior CLI functionality.
Why
Taskwarrior already supports recurrence via CLI, but the Flutter app lacked proper UI and behavior support.
This PR enables full recurring workflows directly in the app, removing the need to rely on the CLI.
Key Features
1. Recurrence Engine
recurrence_engine.dart2. Task Creation (All Profiles)
recurrtype=periodicDue-date behavior:
3. Add-task Modal Fixes
4. Recurrence Editing in Task Details
Taskserver:
recurfield added.Taskchampion/Replica:
Network layer:
5. Automatic Next-instance Generation
When a recurring task is completed:
6. Recurrence Indicators in Task Lists
7. Notification Support
8. Dependency Updates
uuid→^4.5.2Behavior Notes
Testing
Automated
Manual
Verified:
Screenshots