-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
-
Data Collection:
We need to collect data on state names, and under each state, we require a list of all the city names. -
Integration using Async Select in Clinic Form:
Once the data collection is complete, we will integrate it into the clinic form using async select. To achieve this, we'll create a clone of the clinic form. -
Testing the Cloned Form:
After creating the clone with the integrated data, we'll proceed to test the cloned form. -
Incorporating the Changes into the Original Clinic Form:
Once the cloned form successfully passes the testing phase, we'll implement those changes into the original clinic form.
What problem we're solving?
The problem we are addressing is the implementation of country, state, and city selections in the clinic form.
What is the proposed solution?
To achieve this, we will collect a comprehensive dataset containing country, state, and city names. The dataset will be integrated into the clinic form using asynchronous select functionality. A cloned version of the clinic form will be used for testing the integration. Once the testing phase is successful, the changes will be incorporated into the original clinic form, making it efficient and user-ready.