Created
February 19, 2021 17:56
-
-
Save rschwabco/6a8195c2d00667d72fa91f1c4cb30bff to your computer and use it in GitHub Desktop.
Interacting with a Vessel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interacting with a Vessel | |
Click a Vessel | |
Add unavialble times | |
Interacting with a Requirement | |
Click on a Requirement | |
Open the details panel | |
Right Click a Requirement | |
Show Requirement Unassignment dialog | |
Drag and Drop a Requirement | |
Show Requirement Assignment Dialog | |
Interact with the Chart | |
Change date range | |
Increase zoom | |
Filter list by Requirement property | |
Filter list by Vessel property |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment