generalbots/src/compliance
Rodrigo Rodriguez (Pragmatismo) 3e75bbff97 MS Office 100% Compatibility - Phase 1 Implementation
- Add rust_xlsxwriter for Excel export with formatting support
- Add docx-rs for Word document import/export with HTML conversion
- Add PPTX export support with slides, shapes, and text elements
- Refactor sheet module into 7 files (types, formulas, handlers, etc)
- Refactor docs module into 6 files (types, handlers, storage, etc)
- Refactor slides module into 6 files (types, handlers, storage, etc)
- Fix collaboration modules (borrow issues, rand compatibility)
- Add ooxmlsdk dependency for future Office 2021 features
- Fix type mismatches in slides storage
- Update security protection API router type

Features:
- Excel: Read xlsx/xlsm/xls, write xlsx with styles
- Word: Read/write docx with formatting preservation
- PowerPoint: Write pptx with slides, shapes, text
- Real-time collaboration via WebSocket (already working)
- Theme-aware UI with --sentient-* CSS variables
2026-01-11 09:56:15 -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
incident_response.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00
mod.rs Add video module, RBAC, security features, billing, contacts, dashboards, learn, social, and multiple new modules 2026-01-08 13:16:17 -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
training_tracker.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
vulnerability_scanner.rs MS Office 100% Compatibility - Phase 1 Implementation 2026-01-11 09:56:15 -03:00