Changes between Initial Version and Version 2 of Ticket #105


Ignore:
Timestamp:
10/02/12 11:05:58 (12 years ago)
Author:
chaos@bbn.com
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #105 – Description

    initial v2  
    1212This is incorrect:
    1313 * The unique key for contacts should be URN, not e-mail
    14  * When a new submission is made which has a matching e-mail address, but a different URN, that should become a new entry, not modify the URN of an existing entry for the e-mail address.
     14 * When a new submission is made which has a matching e-mail address, but a different URN, that should become a new entry, not use the existing entry.
     15 * Once URN is the unique key, when a new submission is made which has a matching URN, the code should use that entry rather than inserting a new entry.