Change 'repeating' to 'recurring' for tasks feature
Updated terminology to use standard "recurring tasks" instead of "repeating tasks". Also updated frontmatter fields: - repeat -> recurs - repeat_until -> recurs_until "Recurring" is the more common and standard term in task management. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d1258e7864
commit
e1b46198bb
4
PLAN.md
4
PLAN.md
|
|
@ -739,12 +739,12 @@ mod android {
|
||||||
- [ ] Easy onboarding for Google Tasks users
|
- [ ] Easy onboarding for Google Tasks users
|
||||||
|
|
||||||
#### Advanced Task Management
|
#### Advanced Task Management
|
||||||
- [ ] **Repeating tasks** (tasks that automatically uncomplete and reschedule)
|
- [ ] **Recurring tasks** (tasks that automatically uncomplete and reschedule)
|
||||||
- When completed, task automatically returns to backlog
|
- When completed, task automatically returns to backlog
|
||||||
- Due date updates by specified interval (e.g., +1 day, +1 week, +1 month)
|
- 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")
|
- Intervals: daily, weekly, monthly, yearly, custom (e.g., "every 3 days")
|
||||||
- Optional: limit number of repetitions or end date
|
- Optional: limit number of repetitions or end date
|
||||||
- Stored in frontmatter: `repeat: "daily"`, `repeat_until: "2026-01-01"`
|
- Stored in frontmatter: `recurs: "daily"`, `recurs_until: "2026-01-01"`
|
||||||
- [ ] Task templates (save common tasks)
|
- [ ] Task templates (save common tasks)
|
||||||
- [ ] Bulk operations (select multiple, bulk edit)
|
- [ ] Bulk operations (select multiple, bulk edit)
|
||||||
- [ ] Full-text search across all tasks
|
- [ ] Full-text search across all tasks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue