payfrit-api/api/tasks
Mike e3933ce0c8 Add team task tracker API endpoints
New endpoints at api/tasks/team/ for centralized bot task tracking:
- POST create.php — register a new task
- POST update.php — change status, add notes (auto-sets PausedOn/CompletedOn)
- GET active.php — list active/paused tasks, optional BotName filter
- GET list.php — full listing with filters (BotName, Status, Channel, AssignedBy, Since) and pagination

Includes schema.sql for the TeamTasks table.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 19:00:12 +00:00
..
team Add team task tracker API endpoints 2026-03-23 19:00:12 +00:00
accept.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
callServer.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
complete.php Standardize UUID format: generateUUID() now returns unhyphenated 32-char hex 2026-03-15 16:43:02 -07:00
completeChat.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
create.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
createChat.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
deleteCategory.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
deleteType.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
expireStaleChats.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getDetails.php Remove all Lucee references — uploads now live under /opt/payfrit-api 2026-03-14 22:26:52 -07:00
listAllTypes.php Add IsServiceBell flag to task types 2026-03-15 16:52:23 -07:00
listCategories.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listMine.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listPending.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listTypes.php Add IsServiceBell flag to task types 2026-03-15 16:52:23 -07:00
reorderTypes.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
saveCategory.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
saveType.php Add IsServiceBell flag to task types 2026-03-15 16:52:23 -07:00
seedCategories.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00