nicoring / vuphone

Automatically exported from code.google.com/p/vuphone
0 stars 0 forks source link

People table should have first and last name #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is not implemented?
The people table does not ever use/fill in the first/last name columns. 

How should we implement it?
add client side code that sends the data up. 

How is this currently implied? (Is there code that references the item that
does not exist yet)
The SMSSender needs the first/last name so it can personalize the SMS's
sent out, so "John wrecked," rather than "Someone wrecked." The
accidentNotification could have a People object, rather than a string that
is simply the id field passed in from the phone

Original issue reported on code.google.com by hamiltont on 2 Jul 2009 at 5:16