sizzlelab / aaltolunch

AaltoLunch is an example service that can be used as a reference when developing new services on top of ASI platform. AaltoLunch service has been developed by Gizzle team as part of a project course in SDE masters program at Aalto University.
7 stars 1 forks source link

Restaurant selection page issues #7

Closed nalincy closed 13 years ago

nalincy commented 13 years ago

Get Exception report http status 500, when clicking “Done” without selecting any lunch and no error message if I select more than 1. Proper error handling must be imeplemented.

Observed by: Stefanie Hofemann (15.06.2010)

nalincy commented 13 years ago

Checkbox is replaced by Radio button. So, no more multiple selection allowed. A validation is introduced on the value of radio buttion selection. User has to select atleast one of the restaurant.

nalincy commented 13 years ago

Verify it.