User:Stully/ContactsAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
C = Complete
TODO:
P = Partial
I = Incomplete


'''Completion:'''
* Save and remove need to return contact ID
* Test remove & find functions
* Finish find implementation
* Get unit tests running
* Add prompt & pref for handling multiple accounts


* C name
 
* C honorific prefix
Blocking:
* C given name
* Super-review on keys array: {{bug|807688}}
* C family name
* Feedback from Gregor/Tantek on find implenentation
* C honorific suffix
* Feedback on {{bug|882495}} - PermissionPromptHelper not returning correct window
* C additional name
* Manifest permissions for Android {{bug|832960}}
* C nickname
* Feedback from Ibarlow on how to handle multiple accounts
* C job title
* C email
** C type
** C value
** C preferred
* C address
** C type (home, work, etc.)
** C preferred (flag is set, but doesn't seem to reflect in UI)
** C street address
** C locality
** C region
** C postal code
** C country name
* I photo
* C category (implemented as group)
* C telephone
** C type
** C value
** C preferred
** C carrier (ignored)
* C url
** C type
** C value
** C preferred (flag is set, but doesn't seem to reflect in UI)
* C organization
* C birthday
* C anniversary
* C note
* C impp
** C type
** C value
** C preferred (flag is set, but doesn't seem to reflect in UI)
* C sex
* C gender identity
* C key

Revision as of 23:16, 13 June 2013

TODO:

  • Save and remove need to return contact ID
  • Test remove & find functions
  • Finish find implementation
  • Get unit tests running
  • Add prompt & pref for handling multiple accounts


Blocking:

  • Super-review on keys array: bug 807688
  • Feedback from Gregor/Tantek on find implenentation
  • Feedback on bug 882495 - PermissionPromptHelper not returning correct window
  • Manifest permissions for Android bug 832960
  • Feedback from Ibarlow on how to handle multiple accounts