Skip to content

Instantly share code, notes, and snippets.

@1zaak
Created June 23, 2023 04:19
Show Gist options
  • Save 1zaak/7ad685c5183d0dbee41f40a792e93dc5 to your computer and use it in GitHub Desktop.
Save 1zaak/7ad685c5183d0dbee41f40a792e93dc5 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