ui: marine status line in ChatShell (existing endpoints)#105
Open
ui: marine status line in ChatShell (existing endpoints)#105
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds compact "Marine Status" line in ChatShell header when in "🌊 iURi Mar" mode. Displays AIS and SignalK status from existing backend endpoints without creating new routes or pages.
Files changed
frontend/src/components/chat/ChatShell.tsx- Added marine status fetching and displayImplementation
Status endpoints used (existing)
/api/v1/vessels/realtime/status- Checksservice_runningfield/api/v1/marine/signalk/vessels- Uses vessels endpoint as health check (200 = ok, 503/404 = down)Status display
chatMode === 'marine')Behavior
chatMode === 'marine'Verification
cd frontend && npm ci && npm run build— PASS (✓ built in 7.93s)python tools/guardian_scope_check.py --base origin/main— PASS (scope check: ok)Notes
apifromservices/api.ts)📋 Checklist de Seguridad iURi
Protección del Módulo Marino
src/components/marine/*react-leaflet(usar MapLibre o Leaflet directo)VITE_USE_IURI_WSflagVITE_SIGNALK_WS,VITE_MQTT_WS,VITE_VESSEL_IDArquitectura General
Pruebas Locales
npm run devabre/dashboardsin errores en consolascripts/sanity_stack.shOKscripts/premerge_guard.shPASSscripts/llm_diff_review.shejecutado (adjuntar salida)Capturas
🧠 Salida del Guardián IA Local
Ollama LLM Diff Review
📝 Descripción de Cambios
🔗 Relacionado
Fixes #