botserver/src/compliance
Rodrigo Rodriguez (Pragmatismo) 31777432b4 Implement TODO items: session auth, face API, task logs, intent storage
Learn Module:
- All 9 handlers now use AuthenticatedUser extractor

Security:
- validate_session_sync reads roles from SESSION_CACHE

AutoTask:
- get_task_logs reads from manifest with status logs
- store_compiled_intent saves to cache and database

Face API:
- AWS Rekognition, OpenCV, InsightFace implementations
- Detection, verification, analysis methods

Other fixes:
- Calendar/task integration database queries
- Recording database methods
- Analytics insights trends
- Email/folder monitoring mock data
2026-01-13 14:48:49 -03:00
..
access_review.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
audit.rs Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
backup_verification.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
code_scanner.rs feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
evidence_collection.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
handlers.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
incident_response.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
mod.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
policy_checker.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
risk_assessment.rs Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
soc2.rs Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -03:00
sop_middleware.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
storage.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
training_tracker.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
types.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
ui.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00
vulnerability_scanner.rs Implement TODO items: session auth, face API, task logs, intent storage 2026-01-13 14:48:49 -03:00