WebAPI/ContactsAPI: Difference between revisions

Jump to navigation Jump to search
no edit summary
(→‎Priority 3 feature requests: noted request as "origin")
No edit summary
Line 148: Line 148:
Gaia Contacts App UI [[Gaia/Contacts#Gaia_v1|v1 feature requirements]] will gestate here and then migrate into the interface description above.
Gaia Contacts App UI [[Gaia/Contacts#Gaia_v1|v1 feature requirements]] will gestate here and then migrate into the interface description above.
* add interface ContactTelephone
* add interface ContactTelephone
** change ContactProperties tel from "DOMString[]" to "ContactTelephone[]"
** done
** define a new "interface ContactTelephone" with
*** DOMString[] type; // or just DOMString type; and force multivalues to be comma delimited e.g. iOS "work fax" becomes "work,fax" for vCard compat.
*** DOMString number;


=== Priority 2 feature requests ===
=== Priority 2 feature requests ===
Line 160: Line 157:
** messagetone (BB) (i.e. SMS, email, IM)
** messagetone (BB) (i.e. SMS, email, IM)
*** per contact? (likely), or per tel?
*** per contact? (likely), or per tel?
* add type to interface ContactAddress:
** DOMString[] type; // or just DOMString type; and force multivalues to be comma delimited e.g. "dom postal" becomes "dom,postal" for vCard compat.


=== Priority 3 feature requests ===
=== Priority 3 feature requests ===
20

edits

Navigation menu