hitontology / gui

Erneuerung der Benutzungsoberflächen von HITO
https://hitontology.github.io/gui/
MIT License
0 stars 0 forks source link

add test mode for multiple paths #42

Closed KonradHoeffner closed 5 months ago

KonradHoeffner commented 5 months ago

Using a get parameter display a reasonable estimation of the maximally used paths for each connected node pair to check if the new multi path display always creates a resonable edge clone.

KonradHoeffner commented 5 months ago

Seven concurrent paths between two given nodes are the maximum that I observed in a quick test so thats how many are shown in the test page now.

Screenshot from 2024-04-05 14-37-47

There are a few problems visible here:

However in practice those problems haven't actually occurred. For example there is only one path each from one given Software Product attribute to another, which is the only way to get both in one path. Similarily, different classifieds don't seem to be connected that often in parallel paths.

So I will mark this issue as completed but if problems show up in the future regarding overlap / paths not being connected we can create a new issue in the future and maybe link back to this.