-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The ros2_medkit gateway (v0.3.0, PR selfpatch/ros2_medkit#258) renamed the GET /api/v1/version-info response key from sovd_info to items for SOVD alignment. The web UI still references sovd_info and will silently get undefined, breaking version info display.
Proposed solution (optional)
Three files need updating:
src/lib/types.ts- renamesovd_infotoitemsinVersionInfointerfacesrc/lib/store.ts- updateversionInfo?.sovd_info?.[0]toversionInfo?.items?.[0]src/components/ServerInfoPanel.tsx- updateversionInfo?.sovd_info?.[0]toversionInfo?.items?.[0]
Additional context (optional)
This is a breaking API change in the gateway. The Postman collection and all gateway tests have been updated. The foxglove extension also needs the same fix (separate issue in that repo).
Upstream PR: selfpatch/ros2_medkit#258
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request