- get_tasks(): ORDER BY id ASC (oldest first) for TaskBeat FIFO processing - UI calls use order='desc' so display stays newest-first - trigger_daily_standup(): standup sub-tasks now stored as type='standup_reply' with telegram_chat_id set correctly so replies can be matched - telegram_message_handler: checks for open standup_reply task from same chat_id before creating new task - if found, marks standup complete and creates orchestrator follow-up task with full context to process the reply - tasks.html: badge for standup_reply type |
||
|---|---|---|
| .. | ||
| agents.html | ||
| base.html | ||
| chat.html | ||
| email_log.html | ||
| emails.html | ||
| files.html | ||
| index.html | ||
| login.html | ||
| orchestrator.html | ||
| settings.html | ||
| task_detail.html | ||
| tasks.html | ||
| team.html | ||