diff --git a/PLAN.md b/PLAN.md index 5e8f434..0e5bd1d 100644 --- a/PLAN.md +++ b/PLAN.md @@ -739,7 +739,12 @@ mod android { - [ ] Easy onboarding for Google Tasks users #### Advanced Task Management -- [ ] Recurring tasks (daily, weekly, monthly, custom) +- [ ] **Repeating tasks** (tasks that automatically uncomplete and reschedule) + - When completed, task automatically returns to backlog + - Due date updates by specified interval (e.g., +1 day, +1 week, +1 month) + - Intervals: daily, weekly, monthly, yearly, custom (e.g., "every 3 days") + - Optional: limit number of repetitions or end date + - Stored in frontmatter: `repeat: "daily"`, `repeat_until: "2026-01-01"` - [ ] Task templates (save common tasks) - [ ] Bulk operations (select multiple, bulk edit) - [ ] Full-text search across all tasks