Internal
Public Access
Document custom recurrence RRULE patterns and fix stale field names
API.md now lists the supported custom RRULE patterns (every Wednesday, every other Wednesday, every second Tuesday, every 15th, etc.) matching the newly implemented dateutil.rrule evaluation. CLAUDE.md's Task model reference also gets corrected: it listed recurrence_type/recurrence_interval fields that never existed on the model. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
70dcc1f001
commit
a23600a486
@@ -9,7 +9,7 @@ A powerful Django-based task management system with time tracking, tag organizat
|
||||
- **Priority Levels**: Low, Medium, High, and Urgent
|
||||
- **Status Tracking**: Pending, In Progress, Completed, Cancelled
|
||||
- **Due Dates & Times**: Set specific due dates and times for tasks
|
||||
- **Recurrence**: Daily, Weekly, Bi-weekly, Monthly, Yearly, and Custom patterns
|
||||
- **Recurrence**: Daily, Weekly, Bi-weekly, Monthly, Yearly, plus Custom RRULE patterns (e.g. every other Wednesday, every second Tuesday, every 15th of the month)
|
||||
|
||||
### Organization
|
||||
- **Tag-Based System**: Organize tasks with multiple colored tags
|
||||
|
||||
Reference in New Issue
Block a user