Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Business problem

Currently, when a support operator searches a customer by phone number, he is required to add the international country country code every time. For example, it is necessary to add +34 when searching for Spanish users:

image-20240307-184842.png

We received a request from Iberia to automatically fill the country code so the operators can avoid this hassle. However, a couple of challenges appear with this solution, namely:

  • Orders made using a phone number outside its origin country

  • Unlike WL where we have instances for each market, admin app is deployed per AWS region, which makes the same instance serve more than one country

  • The existing search bar not only searches by customers but also stores and orders, making the addition of a country code mask no possible

Proposed solution

This can be solved by adding a drop down field where the operator can choose what kind search they want to make:

  • Selecting search by phone option:

image-20240307-190912.png
  • Selecting universal search:

image-20240307-190952.png

The international phone mask will only appear when search by phone is selected. One question that remains is which code will appear as default since multiple markets are served by the same instance? One option is to select the biggest market in the region, but in Iberia’s case operators from Portugal would still have to type the country code every time.

  • No labels