Releases: alexander-nemirovskiy/s2r_mapping_ui
Docker container optimization
Optimized docker infrastructure and reduced redundancy in configuration management
Simplified and improved building process.
YARRRML and evaluation logs
Update mapping algorithm and limited number of suggestions
Introduced YARRRML annotation process, now available along with the normal java annotation process
Added a better log management system
Ontology changes
Replacing "gtfs" with "IT2Rail" for the annotations
Mapping generation algorithm upgrade
v0.3.1 contains an upgraded version of the mapping algorithm, confidence scores in the UI and basic exception handling
The application is dockerized and the build process is incorporated in the docker process as well.
File extension filtering update
Updated file retrieval and filtering by multiple extensions.
Added better validation procedures and better documentation to API module
Updated starting script for API debugging to call directly the mapping process if required
Release v0.2.1
The application is now buildable in a completly automatic process that requires the final user to specify just the host machine IP for the UI to work. The docker compose script handles everything else.
The UI is now receiving mapping pairs sorted by highest confidence score and pre-selects the highest option as a default value. This process will later simplify the addition of an automatic mapping generation that would not require user's input anymore.
Fixes have been applied to the annotation process in order to correctly include suggested properties in the final annotations.
There is now a first draft of error handling on the UI part.
Pre-release first draft
Pre-release first application draft
Included features:
- upload xsd and ontology files
- select which file to map among uploaded ones
- start the mapping procedure
- receive a list of suggested pairings to choose from
- finilize choices to generate annotated java classes from the initial xsd file