JaredHatfield / naesc-conference

Automatically exported from code.google.com/p/naesc-conference
0 stars 0 forks source link

Implement the check for ConferenceAttendee fields. #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement the isAttendeeComplete method under a ConferenceAttendee that 
validates that all of the required fields have been filled in.

Original issue reported on code.google.com by jjhatf02 on 29 Sep 2010 at 10:31

GoogleCodeExporter commented 9 years ago
All you need to do to get this task working is make sure all of the "required" 
fields are complete and valid.  It is your decision to determine what fields 
are required and what is a valid answer.  For instance, having the tour value 
as not null would be one of the requirements.  Also checking to make sure the 
name field and email is not null would also make sense.  I'm sure there are 
other things to check, but that is up to you.  If you are not sure you could 
always ask Allie.

Once the method is completed, the web interface on mycouncil should show the 
check mark when the method returns true.

Original comment by jjhatf02 on 5 Oct 2010 at 2:53

GoogleCodeExporter commented 9 years ago
This issue has already been fixed.

Original comment by jjhatf02 on 8 Oct 2010 at 4:43