Skip to content

Instantly share code, notes, and snippets.

@xneomac
Last active February 28, 2019 17:48
Show Gist options
  • Save xneomac/16b796c100bad3ae3b2a69e3caab6181 to your computer and use it in GitHub Desktop.
Save xneomac/16b796c100bad3ae3b2a69e3caab6181 to your computer and use it in GitHub Desktop.
Home
Home
logout -> Login Page
blueprints -> Blueprints
maps -> Maps
tasks -> Tasks
Blueprints
BlueprintList
click_blueprint -> BlueprintImport
new_blueprint -> NewBlueprint
BlueprintImport
back_from_blueprint -> Blueprints
blueprint_import -> BlueprintImport
blueprint_settings -> BlueprintSettings
BlueprintSettings
back_from_blueprint -> Blueprints
blueprint_import -> BlueprintImport
blueprint_settings -> BlueprintSettings
NewBlueprint
create_blueprint -> Blueprints
Maps
MapList
click_map -> MapEditor
new_map -> NewMap
MapEditor
back_from_map -> Maps
map_editor -> MapEditor
map_settings -> MapSettings
MapSettings
back_from_map -> Maps
map_editor -> MapEditor
map_settings -> MapSettings
NewMap
create_map -> Maps
Tasks
TaskList
click_map -> MapEditor
new_map -> NewMap
TaskEditor
back_from_task -> Tasks
task_editor -> TaskEditor
task_settings -> TaskSettings
TaskSettings
back_from_task -> Tasks
task_editor -> TaskEditor
task_settings -> TaskSettings
NewTask
create_task -> Maps
Login Page
login -> Home
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