Em-Ant / fcc-options-app

Options Inc. web app development
Other
12 stars 7 forks source link

No error handling on map page #26

Closed andrealonzo closed 8 years ago

andrealonzo commented 8 years ago

Currently, there are no errors displayed if you perform an invalid action (i.e. add a wheelchair consumer to a non wheelchair vehicle)

andrealonzo commented 8 years ago

I will try to tackle this

andrealonzo commented 8 years ago

This is fixed with ea71a6d16fc8123cba2e884cf062616416db3c71. @Em-Ant To test it out, try to do the following

  1. add a wheelchair consumer to a non wheelchair vehicle
  2. add a consumer to a full vehicle
  3. add a consumer to a vehicle where number of passengers would go over the max passenger limit.

Let me know if you want the functionality changed, or else I'll close this issue.

andrealonzo commented 8 years ago

Updated the vehicle validation message 93d6b588de5975c21dc60534d27afd1986ea6e55

Closing.