Commit Graph

6 Commits

Author SHA1 Message Date
Matt adf226a38a FEAT: Refactor berth API functions to use dedicated utility methods for fetching and updating berths, and add connection test for NocoDB 2025-06-17 16:07:15 +02:00
Matt 0e85cb40bc Replace external berth dashboard with native Vue interface
- Replace iframe embed with full-featured berth status dashboard
- Add BerthDetailsModal and BerthStatusBadge components
- Implement search, filtering, and multiple view modes
- Add berth management API endpoints (get-by-id, update)
- Include measurement conversion utilities and type definitions
- Provide status summaries and visual berth overview
2025-06-17 15:59:39 +02:00
Matt e87caaf3d2 KEYCLOAK AUTH FIX: Phase 2 - Core Interest & Berth Endpoints
**UPDATED ENDPOINTS:**
1. get-interests.ts
2. get-interest-by-id.ts
3. get-berths.ts
4. get-interest-berths.ts
5. link-berths-to-interest.ts
6. unlink-berths-from-interest.ts
7. link-berth-recommendations-to-interest.ts
8. unlink-berth-recommendations-from-interest.ts

 **AUTHENTICATION:** All now support dual auth:
-  x-tag header (webhooks/external calls)
-  Keycloak session (logged-in users)

 **PROGRESS:** 11/44 endpoints completed
 **NEXT:** EOI, Email, and Files endpoints
2025-06-15 16:18:29 +02:00
Matt 64c35b70f8 Improve email session management and add IMAP connection pooling
- Switch from localStorage to sessionStorage for email sessions
- Add session validation on component mount
- Implement IMAP connection pool with folder search capabilities
- Add operation locking utility for concurrent request handling
- Refactor EOI section component structure
- Update API endpoints for better email thread management
2025-06-12 15:53:12 +02:00
Matt 1054e2c839 updates 2025-06-09 23:33:20 +02:00
Ron b3651e7f43 feat: update 2025-06-03 18:57:08 +03:00