openMF / mobile-wallet

A reference implementation of Mifos platform wallet and payment capabilities
https://openmf.github.io/mobileapps.github.io/
227 stars 426 forks source link

Use Spinner instead of simple EditText in KYC level 2 Registration #422

Open RajaVamsi11 opened 5 years ago

RajaVamsi11 commented 5 years ago

Summary:

In KYC level 2 Registration, One has to enter his ID type in an EditText for the KYC verification process and browse the file and submit it for verification. Instead of using EditText my idea is to use Spinner because the documents used for KYC verification are limited. Mainly the documents used for verifications are:

These documents can be added in an array and can be used in spinner which increases UI.

Steps to reproduce:

(Redesign) Home --> Finance --> KYC --> Level2

Expected behavior:

There must be Spinner instead of EditText in the select document in KYC level 2 Registration like this one

screenshot from 2019-03-03 16-21-27

Observed behavior:

There is EditText to take the input of ID type from the user.

Device and Android version:

Device: Redmi 4 Version: 7.1.2

Screenshots:

screenshot_2019-03-06-18-57-52-762_org mifos mobilewallet mifospay

RajaVamsi11 commented 5 years ago

@naman14 @luckyman20 Can I start working on this issue?