...
Whitelabel App: https://github.com/rbilabs/intl-whitelabel-app
Figma:
...
Solution proposal
In the Sanity went can set images of the product to Restaurant, Delivery and Kiosk
...
Task 2 - Add imagesByChannels in Graphql
...
Graphql
...
Should create a new graphql file to imagesByChannel
Update Combo Graphql to add imagesByChannel
workspaces/frontend/src/queries/sanity/fragments/combo.graphql
Update Item Graphql to add imagesByChannel
workspaces/frontend/src/queries/sanity/fragments/item.graphql
Update Picker Graphql to add imagesByChannel
workspaces/frontend/src/queries/sanity/fragments/picker-availability.graphql
Update Product List Graphql to add imagesByChannel
workspaces/frontend/src/queries/sanity/fragments/product-list-section.graphql
DOD-LIKE
Update Sanity Graphql with command yarn apollo-generate.
Task 3 - Add new interfaces and changes
...