9f943aea21
[30388f42] fix: correct indentation error in queue_manager.py
main
Floke2026-03-10 19:38:55 +00:00
87c710a3e9
[30388f42] Keine neuen Commits in dieser Session.
Floke2026-03-10 19:23:37 +00:00
bfbce1aad0
[30388f42] chore: ignore large backup files and reset accidentally committed archives
Floke2026-03-10 19:19:20 +00:00
18c9ce8754
[30388f42] docs: add UMZUG Live Lessons Learned to RELOCATION.md
Floke2026-03-10 19:14:38 +00:00
c337e1bde1
[30388f42] build: add script to backup docker volumes before migration
Floke2026-03-10 14:22:21 +00:00
444690d10c
[30388f42] refactor: extract duckdns and dns-monitor to separate docker-compose.duckdns.yml
Floke2026-03-10 14:21:57 +00:00
e263df4280
Dateien nach "docs" hochladen
Floke2026-03-10 14:06:51 +00:00
aab0499ff6
[31f88f42] Keine neuen Commits in dieser Session.
Floke2026-03-10 14:01:28 +00:00
3fd3c5acfa
[31f88f42] Keine neuen Commits in dieser Session.
Floke2026-03-10 13:54:07 +00:00
a3f79db2d2
docs(lead-engine): Document iFrame troubleshooting & Nginx/SyntaxError fixes [31988f42]\n\n- iFrame Robustness: Added a robust JavaScript snippet to for the WordPress landing page, ensuring it functions with or without specific booking parameters and provides a fallback to the general MS Bookings URL.\n- Nginx Configuration Fix: Corrected the to properly route nested paths to the service, resolving the "Synology error page" issue.\n- Python SyntaxError Resolution: Documented the fix for the in (caused by invalid module import syntax), which prevented the service from starting.\n- Restart Instructions: Included necessary restart commands for Nginx and the lead-engine after these changes.
Floke2026-03-10 09:48:18 +00:00
e8c751e987
[31e88f42] Erreicht: Die Stabilität des SuperOffice Connectors wurde maßgeblich verbessert, um Endlos-Schleifen bei der Job-Verarbeitung zu verhindern und die Dashboard-Anzeige zu optimieren. Die Verarbeitung relevanter Änderungen wurde präzisiert.
Floke2026-03-09 12:38:08 +00:00
3ee995173c
Docs: Aktualisierung der Dokumentation für Task [31e88f42]
Floke2026-03-09 12:38:08 +00:00
2f8dd766cf
[31988f42] Docs: Added ToDos for MS Bookings tracking via Graph API (pragmatic approach) and CRM sync to SuperOffice
Floke2026-03-09 10:51:42 +00:00
f1e0afe92e
[31988f42] Feat: Added lunch break (12:00-12:30) and 2026 Bavarian holidays to slot finding logic
Floke2026-03-09 10:45:57 +00:00
fa3b139164
[31988f42] Feat: Added fallback MS Bookings / WordPress link directly into the email body as an alternative booking option
Floke2026-03-09 10:42:56 +00:00
9fff5e4bde
[31988f42] Docs: Updated .env.example with new booking configuration variables
Floke2026-03-09 10:38:14 +00:00
b8e9a9c4f7
[31988f42] Docs: Updated README with WordPress iFrame integration and Race-Condition Protection details
Floke2026-03-09 10:37:12 +00:00
76f1fea4ba
[31988f42] Fix: Escaped curly braces in HTML templates to resolve KeyError during format()
Floke2026-03-09 10:26:26 +00:00
68ad818893
[31988f42] Feat: Implemented live calendar check (race-condition prevention) and iframe-ready HTML responses for WP integration
Floke2026-03-09 09:19:35 +00:00
21b9d518fc
[31e88f42] Keine neuen Commits in dieser Session.
Floke2026-03-09 08:46:33 +00:00
44502e5b2b
Stabilize Lead Engine calendar logic (v1.4) and integrate GTM Architect, B2B Assistant, and Transcription Tool into Docker stack [30388f42]
Floke2026-03-08 08:46:25 +00:00
57081bf102
[30388f42] Infrastructure Hardening & Final Touches: Stabilized Lead Engine (Nginx routing, manager.py, Dockerfile fixes), restored known-good Nginx configs, and ensured all recent fixes are committed. System is ready for migration.
Floke2026-03-07 20:01:48 +00:00
592d04a32a
[30388f42] Documentation Update: Refined RELOCATION.md with 1:1 instructions for Monday's migration based on today's lessons learned (DB schema, Echo Shield, Streamlit Proxy).
Floke2026-03-07 14:10:59 +00:00
ae2303b733
[30388f42] Infrastructure Hardening: Repaired CE/Connector DB schema, fixed frontend styling build, implemented robust echo shield in worker v2.1.1, and integrated Lead Engine into gateway.
Floke2026-03-07 14:08:42 +00:00
efcaa57cf0
[30388f42] Recovery & Stabilization: Restored productive core stack, implemented Docker Volumes for DB persistence, and fixed frontend build issues.
Floke2026-03-07 08:06:50 +00:00
193b7b0e7d
fix: Docker-Compose FINAL FINAL FIX: YAML-Reparatur und Konsolidierung -- Manuelle Bereinigung nach Desaster
Floke2026-03-06 22:15:59 +01:00
17346b3fcb
[2ff88f42] Full End-to-End integration: Webhooks, Auto-Enrichment, Notion-Sync, UI updates and new Connector Architecture
Floke2026-02-19 16:05:52 +00:00
262add256f
docs: Add scale-up plan for SuperOffice batch processing
Moltbot-Jarvis
2026-02-19 08:14:44 +00:00
42bbcd1425
feat: Enhanced CE schema and Notion sync (Pains/Gains)
Moltbot-Jarvis
2026-02-17 19:44:42 +00:00
6f558df8fa
[30a88f42] [30a88f42] feat: Centralize API key handling and fix product enrichment\n\n- Centralized GEMINI_API_KEY loading from project root .env file.\n- Corrected product enrichment: added /enrich-product endpoint in Node.js, implemented mode in Python backend, and updated frontend to use new API for product analysis.\n- Fixed to pass product data correctly for enrichment.\n- Updated documentation ().
Floke2026-02-17 07:16:13 +00:00
6144771329
[30a88f42] feat: Centralize API key handling and fix product enrichment\n\n- Centralized GEMINI_API_KEY loading from project root .env file.\n- Corrected product enrichment: added /enrich-product endpoint in Node.js, implemented mode in Python backend, and updated frontend to use new API for product analysis.\n- Fixed to pass product data correctly for enrichment.\n- Updated documentation ().
Floke2026-02-17 07:14:51 +00:00
b446894c23
[30988f42] feat(transcription-tool): stabilize transcription with plain text parsing and add retry feature
Floke2026-02-16 14:35:21 +00:00
d2e9ee2a70
feat(so-sync): final round-trip tools and infrastructure fixes
Moltbot-Jarvis
2026-02-16 13:58:28 +00:00
bb306c7717
feat(so-sync): bidirectional round-trip for company data established [lessons-learned]
Moltbot-Jarvis
2026-02-16 13:54:51 +00:00
05ccfbdb2d
[30988f42] I have successfully implemented M4A audio support for the Meeting Assistant (Transcription Tool).
Floke2026-02-16 11:58:22 +00:00
3f5f6a1387
[30988f42] chore(dev-session): Update session info and add frontend .gitignore
Floke2026-02-16 11:58:02 +00:00
7791100b7b
[30988f42] feat(transcription-tool): Add M4A audio support by re-encoding to MP3
Floke2026-02-16 11:57:28 +00:00