You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A menu should be accessible for each location. You should be able to change the menu using the HTTP API.
curl https://app_id.cloud.ditto.live -X POST --data '{
// menu here
}'
HTTP -> Big Peer -> Restaurant Small Peer (POS/KDS)
This mimics what customers want to do with ditto in their restaurants.
Solution
This is not necessarily a feature of the POS app, but the menu will need to be generated from a collection in Ditto. It's okay if the first pass of this is simple, as long is it is in Ditto, we can demo updating the menu using the HTTP API. Neil or Riley will handle that HTTP API request example.
SkyService for example has this "populate" button. You can use insertDefaultIfAbsent to create an initial menu for the restaurant when you pick a restaurant location.
After the app loads,
User picks restaurant location
Insert "default" menu. This should happen automatically without pressing a button. In skyservice this was unnecessarily complex and needed to be trained, but wasn't giving any value.
The text was updated successfully, but these errors were encountered:
okdistribute
changed the title
change the menu for all locations at once
Change the menu for all locations at once
Jun 5, 2023
Value
A menu should be accessible for each location. You should be able to change the menu using the HTTP API.
HTTP -> Big Peer -> Restaurant Small Peer (POS/KDS)
This mimics what customers want to do with ditto in their restaurants.
Solution
This is not necessarily a feature of the POS app, but the menu will need to be generated from a collection in Ditto. It's okay if the first pass of this is simple, as long is it is in Ditto, we can demo updating the menu using the HTTP API. Neil or Riley will handle that HTTP API request example.
SkyService for example has this "populate" button. You can use
insertDefaultIfAbsent
to create an initial menu for the restaurant when you pick a restaurant location.After the app loads,
The text was updated successfully, but these errors were encountered: