feat: implement recurring tasks with UI, engine, and notifications#591
feat: implement recurring tasks with UI, engine, and notifications#591inderjeet20 wants to merge 3 commits intoCCExtractor:mainfrom
Conversation
|
@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(), |
There was a problem hiding this comment.
ENTRY Attribute is added
(just a bookmark for me)
|
@inderjeet20 , I have suggested some changes for taskchampion (v3) |
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. |
UpdateThanks for the detailed review. I’ve addressed the recurrence and sync issues across TaskC, Replica, and Classic modes. Main fixes:
All paths were tested for both Taskchampion SQLite and Replica flows. @SGI-CAPP-AT2 , @Pavel401 Please let me know if anything still needs refinement. |


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