You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What color gradient for the background color of cells?
How to include the level of details in the matrice vizualization?
Acceptance criteria from past issue
"O/D matrix" button replaces the actual "Analytics" button and opens a new view (as "Streckengrafik" does)
Node selection and filtering:
if no node selection, displays the matrix of all not filtered nodes
if no selection, displays the matrix of the selected and not filtered nodes
Matrices:
3 types are available : "Travel time", "Connections" and "Total cost"
"Total cost" is shown at first opening after calculation (default behavior)
the matrix has an optimal size and centered
Cells:
inside each cell is written the value, depending on the matrix the cell is in, for the pair origin / destination
the size of a cell is responsive and optimizes the space available in the matrix, depending on the number of nodes represented
on mouse hover, a tooltip appears : "{origin.betriebspunktname} / {destination.betriebspunktname} : {value} ; value depending on the matrix the cell is in (i.e., LTH / OL : 16)
Zoom:
user can zoom in a matrix, using the application zoom button (re-use) and mouse / pad scroll
must be synchronized between all the matrixes displayed
Pan:
user can pan (= move) in a matrix, the same way user can move in a netzgrafik (re-use)
must be synchronized between all the matrixes displayed
Inside the O/D matrix view:
user can download as .svg and .png
inside this view only, if the filters selection has changed, recalculate the O/D matrix with the selection and active filters
bonus : add a loader when the O/D matrix calculation is running (to prevent browser freeze + crash for large networks), see SBB loader component
The text was updated successfully, but these errors were encountered:
Description
The continuation of #313, from meta #126. Some work is already done in this PR from @Uriel-Sautron.
Each following sub-feature can be parallelized, anyone can pick in it and propose implementation.
What's missing:
Travel time
orConnections
orTotal cost
in the middle of cells), inspiration can be found here:png
andsvg
What should be discussed (@aiAdrian):
Acceptance criteria from past issue
"{origin.betriebspunktname} / {destination.betriebspunktname} : {value}
; value depending on the matrix the cell is in (i.e.,LTH / OL : 16
).svg
and.png
The text was updated successfully, but these errors were encountered: