zhi
d52861fd9c
feat: schedule type system for work/entertainment periods
- New model: ScheduleType (name, work_from/to, entertainment_from/to)
- Agent.schedule_type_id FK to schedule_types
- CRUD API: GET/POST/PATCH/DELETE /schedule-types/
- Agent assignment: PUT /schedule-types/agent/{agent_id}/assign
- Agent self-query: GET /schedule-types/agent/me
- Permissions: schedule_type.read, schedule_type.manage
- Migration: adds schedule_type_id column to agents table
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-21 09:20:51 +00:00
..
2026-02-23 15:14:46 +00:00
2026-03-22 05:39:03 +00:00
2026-04-19 09:30:57 +00:00
2026-03-22 10:56:34 +00:00
2026-04-03 16:25:11 +00:00
2026-04-03 16:25:11 +00:00
2026-04-03 16:25:11 +00:00
2026-04-03 16:25:11 +00:00
2026-04-03 16:25:11 +00:00
2026-04-04 21:03:48 +00:00
2026-03-22 10:57:51 +00:00
2026-04-03 16:25:11 +00:00
2026-04-03 16:25:11 +00:00
2026-03-21 08:44:19 +00:00
2026-04-21 09:20:51 +00:00
2026-04-03 16:25:11 +00:00
2026-04-04 20:16:22 +00:00
2026-02-23 15:14:46 +00:00