Commit Graph
2 Commits
Author SHA1 Message Date
Interstellar-code d8ad431de8 fix(kanban): task_age() tolerates ISO-8601 timestamps
Prevents ValueError crash in dashboard get_board() when a task has
an ISO timestamp (e.g. "2026-05-10T15:00:00Z") instead of a unix epoch
int. Adds _to_epoch() helper that normalises both formats.
2026-05-18 20:18:04 -07:00
Interstellar-code 542e06c789 fix: include default profile in kanban assignees 2026-05-05 04:25:05 -07:00