Skip to content

Instantly share code, notes, and snippets.

@Frikki
Last active August 23, 2019 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frikki/eb77ec2b100697cfba5ebcf18188b7f6 to your computer and use it in GitHub Desktop.
Save Frikki/eb77ec2b100697cfba5ebcf18188b7f6 to your computer and use it in GitHub Desktop.
Cato*
Cato*
Logged Out
log in -> Logged In
sign up -> User Registration
Logged In
log out -> Logged Out
onboard user -> Onboarding
Onboarding*
learn about Cato -> Documentation
0 of 3 Units Completed
train Cato -> Training Data Upload
1 of 3 Units Completed
inspect training results -> Training Results Presentation
2 of 3 Units Completed
interact with prediction model -> Interactive Prediction
Training Data Upload
File Input*
click to select file -> File Dialog
drag file to select -> File Validation?
No Errors*
Error File Size
Warn File Type
List File
remove file -> File Input
upload file -> Loading
File Dialog
open file -> File Validation?
cancel -> File Input
File Validation?
wrong type? -> Warn File Type
too big? -> Error File Size
okay? -> List File
Loading
server accepted -> Success
Success
Failure
Training Results Presentation
Interactive Prediction
User Registration
register -> Logged In
Documentation
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