...
Zenuml sequence macro lite | ||||||
---|---|---|---|---|---|---|
| ||||||
Detailed solutions
1. Intl-packages
#We Prefer this Solution
Create all the logic for adding, updating, and removing cash limitation rules in the packages on Sanity Package;
Add new data of rules of Cash Limitation in restaurant interface;
Add this rules of cash limitation in the restaurant.tsx file on intl-whitelabel-cms repository;
Import the
intl-packages/sanity
in DOP repository, and the DOP uses these function to persist on Sanity
...
Place all this control in
intl-package/package/restaurant
and import this package into DOPAdd this control to
intl-store-service
and create an SDK for this service in DOP
1. Intl-packages
#We prefer this solutionWe prefer this option because it is faster and simple in the development, and the query of list of restaurants is in this repository.
...