kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

updates to FamilyProfile #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

The familyProfile table and domain objects need to be modified to handle a 
status field. 
Changes
1. Add field to SQL script
2. Update test data
3. Change dbFamilyProfile functions to handle the status field, including two 
retrieve methods (one that returns records with either temporary or permanent 
status, the other which returns only permanent records)
4. change FamilyProfile class - need constructor and getter/setter methods for 
status

Original issue reported on code.google.com by bkmackellar on 25 Oct 2012 at 12:05

GoogleCodeExporter commented 8 years ago
After further observation of the SQL script, I've found that the 
profileActivity table ALREADY contains a status field, which can hold the 
values (Unconfirmed, Confirm, Deny). Would it be best to alter the functions 
for this status, so that searching a status will return both unconfirmed and 
confirm, or just confirm..or is this status field better to leave for another 
purpose, and the new field and functions should be added anyway? 

Original comment by cgigli...@gmail.com on 26 Oct 2012 at 3:06

GoogleCodeExporter commented 8 years ago

Original comment by cgigli...@gmail.com on 14 Nov 2012 at 3:54