onaio / steps-app

WHO STEPS App
Apache License 2.0
2 stars 2 forks source link

Enhance the Form-Id field in the Steps Setting Screen #148

Closed owais-vd closed 2 years ago

owais-vd commented 2 years ago

Description:

In Steps setting page currently, we have a form-id field and in this field user can type the form-id and that is used to find the actual form from the ODK collect app but due to the free-text user can make the mistake in typing the form-id and eventually he can get the "Form not found error" during the process of interview.

Solution:

To overcome this issue, we need to enhance the form-id field with an auto-complete textview feature. Fetch the available form list from ODK collect based on the field text.