53f8fad7f2
[2ff88f42] 1. Analyse der Änderungen:
...
1. Analyse der Änderungen:
* superoffice_client.py: Implementierung der Methoden create_contact (Standardfelder) und create_person (inkl. Firmenverknüpfung).
* auth_handler.py: Härtung der Authentifizierung durch Priorisierung von SO_CLIENT_ID und Unterstützung für load_dotenv(override=True).
* main.py: Erweiterung des Test-Workflows für den vollständigen Lese- und Schreib-Durchstich (Erstellung von Demo-Firmen und Personen).
* README.md: Aktualisierung des Status Quo und der verfügbaren Client-Methoden.
2026-02-09 19:00:18 +00:00
28f8f33c0e
[2ff88f42] Durchstich geschafft
...
Durchstich geschafft
2026-02-09 16:05:04 +00:00
f1b1b70f23
feat(connector-superoffice): implement OAuth 2.0 flow and S2S architecture
...
Completed POC for SuperOffice integration with the following key achievements:
- Switched from RSA/SOAP to OAuth 2.0 (Refresh Token Flow) for better compatibility with SOD environment.
- Implemented robust token refreshing and caching mechanism in .
- Solved 'Wrong Subdomain' issue by enforcing for tenant .
- Created for REST API interaction (Search, Create, Update UDFs).
- Added helper scripts: , , .
- Documented usage and configuration in .
- Updated configuration requirements.
[2ff88f42]
2026-02-09 16:04:16 +00:00
Jarvis
38bc8c9c65
docs: Update docs with DEV/PROD environment variable standards
2026-02-09 13:02:39 +00:00
4905409c72
Dateien nach "docs/Zierl" hochladen
2026-02-09 11:37:32 +00:00
a2fb922643
Fragen an Manuel ergänzt
2026-02-09 09:13:36 +00:00
Jarvis
0fc6b0877f
fix: Restore deleted API docs and ensure full file integrity
2026-02-09 07:56:44 +00:00
Jarvis
2db8cdf2fd
docs: Add step-by-step IT setup guide for GCP Dev/Prod projects
2026-02-09 07:51:17 +00:00
77a4601caf
Merge remote-tracking branch 'origin/main'
2026-02-06 14:01:33 +00:00
4af0e999fd
[2ff88f42] Zusammenfassung des bisherigen Fortschritts
...
Zusammenfassung des bisherigen Fortschritts
2026-02-06 13:53:12 +00:00
219534ae67
feat(superoffice): POC API handshake & auth flow [2ff88f42]
...
Establishes the initial structure for the SuperOffice connector. Implements the complete, iterative authentication process, culminating in a successful refresh token exchange. Documents the process and the final blocker (API authorization) in the integration plan, awaiting IT action to change the application type to 'Server to server'.
2026-02-06 13:52:44 +00:00
2c9dd1764b
Dateien nach "docs/roboplanet/Produkte/InMotion Robotics/Puma_M20" hochladen
2026-02-05 13:26:12 +00:00
Jarvis
91e24b4873
docs: Fully align architecture with Cloud Identity Free strategy (replace Gemini App with Custom Chat)
2026-02-05 09:42:25 +00:00
Jarvis
e317eacbf5
docs: Update strategy for Cloud Identity Free tier and GCP billing request
2026-02-05 09:39:47 +00:00
Jarvis
006772dee8
docs: Update meeting cheat sheet with new IT constraints (blocked Gemini)
2026-02-05 07:53:12 +00:00
Jarvis
bed121a3d0
docs: Restore missing meeting notes and Axels template
2026-02-05 07:51:12 +00:00
Jarvis
fc30e62a05
fix: mermaid syntax error in subgraph titles
2026-02-05 07:43:31 +00:00
Jarvis
8939579517
docs: Add detailed GCP vs Workspace privacy architecture
2026-02-05 07:41:24 +00:00
95a642b445
Merge branch 'main' of https://floke-gitea.duckdns.org/Floke/Brancheneinstufung2
2026-02-04 20:44:05 +00:00
9949ec4663
[2f988f42] readme.md wiederhergestellt.
...
readme.md wiederhergestellt.
2026-02-04 20:43:00 +00:00
0c8beb1d02
docs([2f988f42]): Restore full readme.md content and add LLM warning
2026-02-04 20:42:38 +00:00
d71902a48a
ARCHITEKTUR_GCP_SETUP.md aktualisiert
2026-02-04 19:49:30 +00:00
d07c3eaf64
[2fd88f42] Sehr guter erster Wurf, sollte sicher für 95% der Anforderungen genügen.
...
Sehr guter erster Wurf, sollte sicher für 95% der Anforderungen genügen.
2026-02-04 14:59:40 +00:00
992a0a7331
docs([2fd88f42]): finalize documentation and update tasks for heatmap tool
2026-02-04 14:59:40 +00:00
6bbea85831
fix([2fd88f42]): restore missing MarkerClusterGroup import
2026-02-04 14:59:39 +00:00
c6b0b658ef
refactor([2fd88f42]): consolidate tooltip manager into filter panel and fix app structure
2026-02-04 14:59:39 +00:00
8a988539be
fix([2fd88f42]): correct type import for TooltipColumn in App.tsx
2026-02-04 14:59:39 +00:00
ab83e60f1d
fix([2fd88f42]): correct type import for TooltipColumn
2026-02-04 14:59:39 +00:00
4dcbe81bf5
feat([2fd88f42]): implement tooltip column manager
2026-02-04 14:59:39 +00:00
3a4f7ae790
feat([2fd88f42]): implement smart PLZ column selection
2026-02-04 14:59:39 +00:00
56397f80dc
refactor([2fd88f42]): remove legend component
2026-02-04 14:59:39 +00:00
0663bd08bb
revert([2fd88f42]): remove zoom-adaptive legend due to critical errors
2026-02-04 14:59:39 +00:00
915d1b5da0
fix([2fd88f42]): definitively resolve infinite loop in dynamic legend
2026-02-04 14:59:39 +00:00
400da810c8
fix([2fd88f42]): resolve infinite loop in dynamic legend handler
2026-02-04 14:59:39 +00:00
9bc3741715
feat([2fd88f42]): implement zoom-adaptive color and legend scaling
2026-02-04 14:59:39 +00:00
07ed6fbd2d
fix([2fd88f42]): correct type import in MapBoundsManager
2026-02-04 14:59:39 +00:00
db0baf18e1
feat([2fd88f42]): add auto zoom-to-fit and dynamic legend
2026-02-04 14:59:39 +00:00
544f20b249
feat([2fd88f42]): add dynamic legend to points map view
2026-02-04 14:59:38 +00:00
c0dc1e09a9
feat([2fd88f42]): add dynamic legend to points map view
2026-02-04 14:59:38 +00:00
b7766452ae
fix([2fd88f42]): correct import statement for MarkerClusterGroup in MapDisplay.tsx
2026-02-04 14:59:38 +00:00
46dbe0b3aa
feat([2fd88f42]): add marker clustering to points view
2026-02-04 14:59:38 +00:00
0f0d5a4f34
fix([2fd88f42]): use legacy-peer-deps in docker build
2026-02-04 14:59:38 +00:00
f084f1be12
feat([2fd88f42]): display attributes in point tooltip
2026-02-04 14:59:38 +00:00
8dc274ce5d
feat([2fd88f42]): add heatmap view with toggle switch
2026-02-04 14:59:38 +00:00
278c1aada7
feat([2fd88f42]): add adjustable marker radius and collapse filters by default
2026-02-04 14:59:38 +00:00
eeabf6c2a9
fix([2fd88f42]): normalize PLZ column name before final output
2026-02-04 14:59:37 +00:00
054be62371
fix([2fd88f42]): handle malformed header in PLZ csv dataset
2026-02-04 14:59:37 +00:00
cecd943a42
fix([2fd88f42]): correct syntax error in docker-compose network config
2026-02-04 14:59:37 +00:00
fb46b7fa1f
feat([2fd88f42]): integrate real PLZ geocoordinate dataset
2026-02-04 14:59:37 +00:00
76be805a3f
feat([2fd88f42]): redesign filter panel with modern checkbox UI
2026-02-04 14:59:37 +00:00