...
Zenuml sequence macro lite | ||||||
---|---|---|---|---|---|---|
| ||||||
Solution Proposal
Why we use DOP and not use the Sanity?
The Sanity is a good solution option, but it doesn't fully meet our needs, as RBI wants the restaurant to have more independence to adjust rules with desired limits. Additionally, only a few users have access to the Sanity tool, as it is more geared towards management level. In DOP, on the other hand, we have users within several restaurants, making configuration more practical and agile.
Creation of a new page on DOP (FZ-Portal), where DOP user can edit these rules for each or many restaurants.
...
Our biggest question is what is the best way to achieve this integration.
It doesn't make sense for DOP to store this directly in DynamoDB, we believe that the best way is to use a service that will be in charge of manipulating this information.
For this, we have two options:
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
...