Talk:Address Book Interface Redesign
From MozillaWiki
Contents
Talk Page
nsIAbCollection:: lastModifiedDate?
Current implementation of TB/AB doesn't use 'lastModifiedDate' quiete well.
It could help very much with syncing PDA/devices and other services
I vote for a 'MUST'
--neandr 04:40, 7 May 2008 (PDT)
- Talk to pi on IRC. Syncing is not quite in our viewport yet for interface design. Jcranmer 00:59, 15 August 2008 (UTC)
nsIAbItem uuid:: Need a format (or at least examples) for the uuid
a method used with the ReminderFox XPI does it quite well:
date.getTime() + "-" + Math.round(900000000 + (Math.random() * 100000000))
this return fe.: 1210111200000-919086129
--neandr 04:40, 7 May 2008 (PDT)
- UUIDs were pulled from the initial patch because no one's thought about how that works yet. Jcranmer 00:59, 15 August 2008 (UTC)
nsIAbItem uuid:: use uuid to search for a specific card
to access cards from other productivity tools a 'uuid' search is a 'MUST'. At the moment I don't see any access method, is this part of the implementation plan?
--neandr 04:40, 7 May 2008 (PDT)
- One will probably come into existence. See above, UUIDs were pulled at the last minute pending some design review. Jcranmer 00:59, 15 August 2008 (UTC)