Skip to content

Instantly share code, notes, and snippets.

@1zaak
Created June 23, 2023 04:20
Show Gist options
  • Save 1zaak/8a865fd7c4db18245c148475a35a61f8 to your computer and use it in GitHub Desktop.
Save 1zaak/8a865fd7c4db18245c148475a35a61f8 to your computer and use it in GitHub Desktop.
Restaurant Sketch
Restaurant Sketch
Onboarding
Sign up -> Registration Form
Registration Form
Restaurant name
Email of manager
Email of staffs
Submit -> Guided Tour
Guided Tour
Show screenshots of managing table states
Login
Submit -> Dashboard
Dashboard
Floor view
Upcoming bookings list
Customer Sketch
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