blue-horizon-lab / connecty-ico

GNU General Public License v3.0
0 stars 0 forks source link

KYC process start / initial form #56

Open Nathael opened 6 years ago

Nathael commented 6 years ago

The KYC process starts with a static page displaying the registration form and all the information about the process (To be written).

KYC required information:

The form has two different buttons : "save" and "submit" The save button saves the content for future completion. The submit button sends the content for validation. The submit button is not available (shaded ?) until all the fields are filled and possibly valid (JS validation of content). When the KYC form is saved, the status is changed to "Initiated". Once the KYC form has been sent, the status is changed to "Sent".

This page is displayed when the KYC status is "To be done" or "Initiated". When the status is "Initiated", the saved content must be recalled to pre-fill the form.

Nathael commented 6 years ago

Added the following to be in sync with what got discussed : "The submit button is not available (shaded ?) until all the fields are filled and possibly valid (JS validation of content)."