Skip to content

[v0.11.7-alpha]

Latest
Compare
Choose a tag to compare
@LittleCoinCoin LittleCoinCoin released this 18 Dec 03:45

The purpose of this update is to improve the visuals of the Dive Travel Map based on the feedback from a reviewer of the paper associated to this project.

dtm_Demo

Major:

  • The reviewer recommended to display the name of the dive scenes inside the nodes.
    • We avoided to continuously display the names to preserve readability of the travel. Names are displayed only when users points at a node.
  • The reviewer recommended to adjust the start/end sizes of the arrows to better visualize the direction of the arrow (small at the start, big at the end).
  • In addition we replaced the default highlight color from cyan to:
    • the invert color of the node
    • the invert color of the blend between the colors of the start and end nodes for the edges.
  • The reviewer recommended the display to be vertical instead of horizontal to match the intuition of height behind the word Dive. However, this would imply a redesign of the name handler (at the top of the module) to avoid collision with big dive travels. The redesign would break the homogeneity of the aspect of all the modules so we are reluctant to do so. For now, we settled on the intermediate situation to display the map diagonally. This is only temporary as we plan to rework how users interact with the Dive Travel Map altogether in the future; we could not implement such plan now because of limited time. This will be the subject of a future update.

Minor

Breaking change