Commit Graph

1 Commits

Author SHA1 Message Date
Agent Zero f137acb805 feat(5.1): add API audit document covering all 158 UI functions across 24 categories
- Create docs/api-audit.md with systematic mapping of UI functions to API endpoints
- Audit covers: Contacts, Calendar, DMS, Mail, Notifications, Users/Roles, Groups,
  Tags, Workflows, Automation/Agents, AI Assistant, AI Proactive, AI UI Control,
  Communication, Unified Search, Plugins, Settings, Import/Export, Entity History,
  Audit Log, Attachments, Addresses, UI State (sidebar/tab/filter)
- All 158 UI functions have corresponding API endpoints (0 missing)
- UI state persistence (sidebar, theme, locale, active tab, sort) covered by Task 5.2
- Frontend API module coverage table maps all 25 frontend modules to backend routes
- RBAC coverage documented for all endpoints
- Add 9 tests verifying audit document structure and endpoint reachability
2026-07-23 20:41:45 +02:00