daostack / vanille

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

Add validation to the scheme dashboard panels and deploy-dao page #7

Open dkent600 opened 6 years ago

dkent600 commented 6 years ago

Add validation to the scheme dashboard panels and deploy-dao page. When the use enters and invalid value, or fails to enter a required value, prevent submission of the form and feedback with a message describing how to correct the problem.

arc-js already does much of what is required of the scheme dashboard panels, and Alchemy reports the errors as snacks, but we want something more immediate to the form that happens before submission to arc-js.

Use Aurelia-Validation.

dkent600 commented 6 years ago

Add validation to the scheme dashboard panels and deploy-dao page