index
:
doot.git
master
doot — personal productivity web app
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
store
/
native_tasks.go
Age
Commit message (
Expand
)
Author
2026-07-17
Implement linear task chains and recurring maintenance buckets
Peter Stone
2026-07-16
Add estimated_minutes to native task read/write/recurrence paths
Peter Stone
2026-07-16
feat(tasks): add projects/labels schema, wire project_id through native tasks
Peter Stone
2026-07-16
fix(tasks): make CreateNextIteration atomically self-guarding
Peter Stone
2026-07-16
fix(tasks): return ErrNativeTaskNotFound from UpdateNativeTask on stale id
Peter Stone
2026-07-16
feat(tasks): add periodic due-date check for recurring tasks
Peter Stone
2026-07-16
feat(tasks): create the next recurring iteration on completion
Peter Stone
2026-07-16
feat(tasks): add recurrence columns and model fields for native tasks
Peter Stone
2026-07-13
Merge github/master: reconcile with parallel widget work
Peter Stone
2026-07-13
feat(widget): editable task details, scrollable list, and overdue-task fixes
Peter Stone
2026-07-12
fix(timeline): include overdue native tasks in timeline and widget
Peter Stone
2026-07-12
fix(widget): surface unmatched task IDs instead of silently no-opping
Peter Stone
2026-07-06
feat: remove Todoist integration entirely
Doot Agent
2026-06-29
feat: reschedule tasks from widget bottom sheet
Peter Stone
2026-06-29
feat: native task management + Todoist migration
Peter Stone