Skip to content

Instantly share code, notes, and snippets.

@rschwabco
Created February 19, 2021 17:56
Show Gist options
  • Save rschwabco/6a8195c2d00667d72fa91f1c4cb30bff to your computer and use it in GitHub Desktop.
Save rschwabco/6a8195c2d00667d72fa91f1c4cb30bff to your computer and use it in GitHub Desktop.
Interacting with a Vessel
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
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