DoSomething / voting-app

☑ Voting app for DoSomething.org campaigns.
MIT License
6 stars 4 forks source link

Update form & validation logic for #439. #447

Closed DFurnes closed 9 years ago

DFurnes commented 9 years ago

Changes

Updates the form & validation logic as specified in #439. All users are now required to provide an email address, and US, BR, and MX may optionally provide a cell number as well.

How should this pull request be tested?

The test suite has been updated to check the new expected behavior (see VotingTest.php in the diff). Additionally, functionality can be manually tested on Cats Gone Good by adding ?country_code=XX to the URL to spoof your country code.

Screenshots

Look, screenshots! :mount_fuji:

US users see a cell phone field: us

BR users see a mobile phone field: br

MX users see a mobile phone field: mx

ES users just get the email field because nobody wants their numbers: es


For review: @angaither

angaither commented 9 years ago

:+1: :100: