...
Update the admin app to consume this from loyalty API
Add a new backend structure to connect the admin app search user to the loyalty service, using loyalty middleware as a bridge to get the user information from loyalty users table.
Zenuml sequence macro lite | ||||||
---|---|---|---|---|---|---|
| ||||||
Add new graphQl call FE to BE in Admin App.
Add new resolver in BE to consume the Intl Loyalty Middleware service.
Expand | ||
---|---|---|
| ||
Schemas/Customer
queries/customersCreate a new query inside the customers queries hooks/use-universal-searchCreate a use query for consume the customerByLoyaltyId Add on the map section the new query universal-search/searchInstructionsAdd new descriptions to this list for loyalty id The text for loyaltyId already exist in Lokalize, avoiding the necessity of create a new string text. |
⚠️Potential Challenges
Was made a POC to map all the challenges and no one appear.
...