Created
October 14, 2019 19:37
-
-
Save hkjels/95aa7cec0458db2bde389edeff9f90f1 to your computer and use it in GitHub Desktop.
# Adding a name, implicitly groups the cluster(s)
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
# Adding a name, implicitly groups the cluster(s) | |
Name | |
Write name | |
Choose existing | |
# Determine order based user preference first and on quality second | |
People* | |
Click person -> Person | |
People edit mode | |
People add name -> Name | |
People dissolve | |
Person | |
Exit person -> People | |
Person edit mode | |
Add name to person | |
Search | |
Long press -> Write name |
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