Skip to content

Releases: alexander-nemirovskiy/s2r_mapping_ui

Docker container optimization

10 Feb 16:14
659e1b8

Choose a tag to compare

Pre-release

Optimized docker infrastructure and reduced redundancy in configuration management
Simplified and improved building process.

YARRRML and evaluation logs

10 Feb 15:37
64c7b40

Choose a tag to compare

Pre-release

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

20 Oct 09:45
cb0f86b

Choose a tag to compare

Ontology changes Pre-release
Pre-release

Replacing "gtfs" with "IT2Rail" for the annotations

Mapping generation algorithm upgrade

19 Oct 16:38
8348983

Choose a tag to compare

Pre-release

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

16 Oct 10:23
c40288f

Choose a tag to compare

Pre-release

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

15 Oct 07:12
0129c70

Choose a tag to compare

Release v0.2.1 Pre-release
Pre-release

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

06 Oct 10:27

Choose a tag to compare

Pre-release

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