...
Task 1 - Add new Field for add Stores and Items
Task 2 - Add new Field for add ItemsTask 3 -
Intl Whitelabel App:
Task 1 - Update GraphQL Query to get new data
Task 2 - Validate if purchased products have a refill
Task 3 - Create a new request for backend “intl-whitelabel-graphql” - GetRefillDrinkQRCode (Request GraphQL implementation)
Task 4 - Get and use QRCode of GetRefillDrinkQRCode (Request GraphQL implementation)
Task 5 -
...
Task 1 - Create a request for get secrets for MD5
Task 2 - Create new function GetRefillDrinkQRCode for generate hash (Request Whitelabel implementation)
Task 3 -
Tasks breakdown
Intl Whitelabel CMS
Task 1 - Add new Field for add Stores and Items
Add new objects for add Stores and Items in schemas/features/objects/
Add this new objects in the document of QRCode refill schemas/features/documents/refill-drinks-qrcode.tsx
Add new objects in schema file in schemas/schema.tsx
In case have any questions about these files, you can to consult this PR: https://github.com/rbilabs/intl-whitelabel-cms/pull/86/files because here was created this files fot QRCode Refill
...
Doubts:
1 - These items, we can add just items or just menu “Combo” or both?
2 - How to add an object of restaurants/stores?
We have this example for groups restaurants
...