Conversation
Include bugfix
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.
This pull request introduces support for associating OGC API endpoints with model versions, enabling more flexible integration with geospatial data sources. The changes include database schema updates, backend logic for serialization/deserialization of OGC endpoint data, enhancements to the simulation adapter for dynamic endpoint handling, and updates to the frontend form for improved endpoint selection.
OGC Endpoint Integration
ogcEndpointsJSONB column to themodels_versionstable, seeded with the Hamburg API as the default endpoint for all existing model versions.models-versions.schema.ts) to define and include theogcEndpointsfield in model version data structures and validation. [1] [2] [3]models-versions.ts) to handle proper serialization and deserialization of theogcEndpointsfield for create, patch, and response operations. [1] [2] [3]ogcEndpointsarray and that the field is always a valid JSON array when creating drafts. [1] [2]Simulation Adapter & Node Schema Enhancements
endpointId,baseUrl,apiType) for OGC feature nodes, allowing nodes to reference specific endpoints and API types.Frontend Improvements
Version Bump
1.0.0-12to reflect these new capabilities. [1] [2]