Last active
October 15, 2019 07:30
-
-
Save hkjels/b7470deaae512d4ff4218e119a848154 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) | |
# You will also be able to choose an existing person to merge with | |
Name | |
Submit from search -> Search | |
Submit from person -> Person edit mode | |
# 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 -> Name | |
Search* | |
Long press person -> Name | |
Edit people -> People edit mode |
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