open-austin / budgetparty

Budget Party was built to help people understand and augment a city budget for Austin. It is an interactive app that is best used in context of a "Budget Party" event.
https://austinbudget.party
The Unlicense
25 stars 24 forks source link

validate submit form #65

Open mateoclarke opened 8 years ago

mateoclarke commented 8 years ago

Right now you can submit the form leaving all fields blank.

We should decided what fields we want to require.

Do we want to add fields for Council District or Zip Code?

We could validate emails too, to make sure they are formatted correctly.

We also need to update Firebase rules to protect data from being deleted.

For future reference: https://groups.google.com/forum/#!topic/firebase-angular/Hg9FGkIXrws https://groups.google.com/forum/#!topic/firebase-talk/9R9bQ7pG3hA http://stackoverflow.com/questions/20779134/firebase-delete-child-with-security-rule-data-exists-on-write

ionapjolive commented 6 years ago

I'd be interested in working on this but I am not clear which form/component to look at.