Skip to content

Instantly share code, notes, and snippets.

@fabiodan
Last active April 10, 2019 04:26
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 fabiodan/56875b31d3d11944322ec5865cb7a0fd to your computer and use it in GitHub Desktop.
Save fabiodan/56875b31d3d11944322ec5865cb7a0fd to your computer and use it in GitHub Desktop.
Grocery Tools
Grocery Tools
click Configurations -> Configurations
click Stores -> Stores
click Admin -> Admin
Home View
Configurations
click Pattern templates -> Pattern Templates Screen
Pattern Templates Screen
Pattern List View
view -> View Pattern Modal
add -> Add Pattern Modal
edit -> Edit Pattern Modal
remove -> Remove Pattern Modal Confirmation
View Pattern Modal
edit -> Edit Pattern Modal
remove -> Remove Pattern Modal Confirmation
close -> Configurations
Add Pattern Modal
submit info -> Configurations
cancel -> Configurations
Edit Pattern Modal
submit changes -> Configurations
cancel -> Configurations
Remove Pattern Modal Confirmation
confirm -> Configurations
cancel -> Configurations
Stores
click Edit -> Edit Access Point Modal
Stores List View
Edit Access Point Modal
Patterns Assignment Section
submit PA info -> Patterns Assignment Section
close -> Stores List View
Admin
Assign New Patterns -> Admin
Download Pattern Assignments -> Admin
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