Commit graph

128 commits

Author SHA1 Message Date
1552551622 chore(workspace): sync botbook config fix 2026-01-25 14:52:31 -03:00
7abf3d31c7 chore(workspace): sync botbook ci fix 2026-01-25 14:45:41 -03:00
7b5feb3bb7 chore(workspace): final sync and remote standards update 2026-01-25 14:34:37 -03:00
0c762bd8cf chore(workspace): sync botbook updates 2026-01-25 14:31:55 -03:00
8ee286784c chore(workspace): sync botserver ci cargo patch 2026-01-25 14:18:35 -03:00
ebbbe394d2 chore(workspace): sync botserver docs and ignore updates 2026-01-25 14:17:22 -03:00
63809e2845 chore(workspace): sync botserver ci optimization 2026-01-25 14:11:40 -03:00
0c5e1f0cb3 chore(workspace): sync botserver ci fix 2026-01-25 14:10:35 -03:00
639f6d69ec chore(workspace): sync botserver after final 11MB ghost purge 2026-01-25 14:06:02 -03:00
8e585741a1 chore(workspace): final sync of cleaned submodule histories 2026-01-25 13:45:03 -03:00
576e3d4de7 chore(workspace): sync submodule heads after history cleanup and updates 2026-01-25 13:34:30 -03:00
122096cefd chore: delete a file. 2026-01-25 12:25:02 -03:00
a2b9eabd17 Commit all changes before refactoring to Suite/Assistant architecture 2026-01-25 10:53:22 -03:00
002bddf1fb chore: update workspace submodules 2026-01-25 08:42:51 -03:00
cf7d1f9992 chore: Apply binary size optimizations, update PROMPT standards and fix clippy warnings 2026-01-25 08:36:36 -03:00
4c8f828d41 Update submodules and Cargo.toml 2026-01-24 22:07:02 -03:00
ef6022abad Refactor: Implement workspace dependencies across all projects 2026-01-23 09:38:00 -03:00
402fc386ba Update botui submodule coverage 2026-01-22 21:23:43 -03:00
2c5a03297f Update all submodules 2026-01-22 20:52:33 -03:00
8e701d9c02 Update all submodules 2026-01-22 20:24:18 -03:00
e2b181ab25 Update PROMPT.md files to be tool-agnostic and version 6.2.0 2026-01-22 20:20:01 -03:00
994adbb0ad Update submodule reference and cargo config 2026-01-22 19:45:29 -03:00
3735c67df0 Update botserver submodule with modular learn schema and merged channels 2026-01-22 14:02:23 -03:00
55c14f6335 Update botserver submodule 2026-01-22 13:58:13 -03:00
eb15ab739c Auto-commit: 2026-01-19 15:43:47 2026-01-19 15:43:47 -03:00
c9cfc708ad Update botserver submodule and add .cargo directory 2026-01-19 15:28:40 -03:00
dbc48b127c Auto-commit: 20260118_195338 2026-01-18 19:53:39 -03:00
fda3186ba0 Update PROMPT.md files and add .vscode directory 2026-01-15 16:35:07 -03:00
5ed7a2be81 Update submodule references for botserver and botui 2026-01-13 14:49:42 -03:00
ebe52997ac Implement HIGH/MEDIUM priority TODO items
Learn Module Session Integration:
- Added AuthenticatedUser extractor to 9 handlers
- submit_quiz, get_progress, start_course, complete_lesson_handler
- create_assignment, get_pending_assignments, get_certificates
- get_recommendations, get_user_stats

Security Auth Role Fetching:
- validate_session_sync() reads from SESSION_CACHE
- Maps role strings to Role enum (Admin, SuperAdmin, etc.)
- Falls back to User role for uncached sessions

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

Face API Full Implementation:
- AWS Rekognition: detect, verify, analyze
- OpenCV: local face detection/verification
- InsightFace: RetinaFace detection, ArcFace verification
- Helper methods: get_image_bytes, simulate_face_detection, generate_landmarks
2026-01-13 14:48:01 -03:00
5d13d2b4f8 Update TODO.md with comprehensive list of remaining missing implementations
Added detailed tracking for:
- Face API providers (AWS Rekognition, OpenCV, InsightFace) - 9 stubs
- Learn module session integration - 9 handlers need user_id
- AutoTask module incomplete items
- Security role fetching from Zitadel
- Basic keywords dynamic row issue
- Designer canvas placeholder SVGs
- Meet module transcription stubs
- Email/folder monitoring production integration
- Contact integration junction tables
- Billing mock testing structs
- Priority matrix (HIGH/MEDIUM/LOW)
2026-01-13 13:07:51 -03:00
f82bc26e91 Fix UI button handlers, implement backend stubs, fix compilation errors
- Add admin-functions.js to main suite/index.html for 40+ button handlers
- Fix slides module gbSlides -> window.slidesApp references
- Add missing IntoResponse import to analytics.rs
- Implement recording database methods (get, list, create, update, delete)
- Implement calendar check_conflicts and get_events_range
- Implement calendar integration methods (fetch contacts, find collaborators)
- Implement tasks integration methods (fetch tasks, find assignees)
- Implement autotask get_pending_decisions, get_pending_approvals, apply_recommendation
- Implement get_trends in insights.rs with actual data
- Implement fetch_new_emails and fetch_folder_changes with mock data
- Remove unused imports (put from workspaces, delete from legal)
- Update TODO.md with completed items
2026-01-13 13:06:28 -03:00
6c9e535ee5 Update TODO.md with comprehensive module audit 2026-01-13 08:24:07 -03:00
da47268d5f Update botserver submodule and TODO.md for database persistence implementation 2026-01-13 00:07:58 -03:00
248842f9df chore: update botserver submodule with CRM/billing/products routes 2026-01-12 14:35:19 -03:00
899a4ad59b chore: update botlib and botserver submodules 2026-01-12 14:14:03 -03:00
4b49892e73 chore: update botui submodule 2026-01-12 14:05:24 -03:00
64984ea8e8 feat(botui): implement CSS lazy loading for faster index.html load
- Add css-loader.js utility for on-demand stylesheet loading
- Load critical CSS sync (app.css, base.css, theme-sentient.css)
- Load non-critical CSS async (components, partials, apps-extended)
- Add CSS links to all app HTML files for per-screen loading
- Reduces initial payload from ~60K lines to ~5.7K lines
2026-01-12 14:01:33 -03:00
d0c72c5b0f Update botui: fix theme cascade for office suite 2026-01-11 21:09:19 -03:00
98b2ee8892 Update botui: fix light theme loading for office suite 2026-01-11 20:59:17 -03:00
cdfaabb328 Update botui: add theme support to all 18 themes for office suite 2026-01-11 20:54:44 -03:00
adf2722dc0 Update botui: fix sentient theme for office suite 2026-01-11 20:38:44 -03:00
46a77c6edd Update botui submodule: theme support for office suite apps 2026-01-11 20:28:49 -03:00
a3e3aee726 Update botserver submodule 2026-01-11 20:10:59 -03:00
17a4b89bb1 Update botserver submodule: fix overlapping route panic 2026-01-11 18:49:17 -03:00
54342a76e1 Fix all compilation errors and warnings for MS Office compatibility
- Fix umya-spreadsheet API: set_vertical_split/set_horizontal_split
- Fix CommentText to use get_rich_text() for text extraction
- Fix Fill.get_pattern_fill() and get_foreground_color() Option handling
- Fix alignment enum matching with HorizontalAlignmentValues/VerticalAlignmentValues
- Add missing Slide fields: transition_config, media
- Remove unused imports and variables across docs, slides, sheet modules
- Remove unused constants in security protection modules
- Fix irrefutable if let patterns in docs/storage.rs
- Update PROMPT.md with memory management section

0 warnings, 0 errors
2026-01-11 18:29:28 -03:00
83ede47d35 chore: Update botserver submodule with Phase 4-5 features 2026-01-11 12:28:03 -03:00
c2de7a456f chore: Update botserver submodule with Phase 3 features 2026-01-11 12:13:29 -03:00
8fd91bd172 chore: Update submodule pointers 2026-01-11 12:02:08 -03:00
99e1477df8 Update botserver submodule - umya-spreadsheet for Excel 2026-01-11 10:02:27 -03:00