Skip to content

Instantly share code, notes, and snippets.

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 davewallace/97ea0c863d824b9dd17e4a9a9fd6e5e8 to your computer and use it in GitHub Desktop.
Save davewallace/97ea0c863d824b9dd17e4a9a9fd6e5e8 to your computer and use it in GitHub Desktop.
// 1st level keys are a string value representing a unique User identifier
// 1st level values are an object representing User context, including: the Store they work in and their percentage Score (where they have achieved one)
{
"userID0": {
"storeName": "ponsonby",
"percentageScore": 42
},
"userID1": {
"storeName": "ponsonby",
"percentageScore": 31
},
"userID2": {
"storeName": "Waiheke Island",
"percentageScore": 93
},
"userID3": {
"storeName": "Waiheke Island",
"percentageScore": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment