Changes between Initial Version and Version 2 of Ticket #405


Ignore:
Timestamp:
10/04/13 15:05:26 (11 years ago)
Author:
olhsha
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #405

    • Property Cc olhsha added
  • Ticket #405 – Description

    initial v2  
    1 Temprary id-s for new sources can be any strings, not necessarily uuid's (at the moment the server expects only uuid's). The server should detect if the provided string is an uuid. If not then the source is definitely new and generates an uuid for it while adding to the database.  If yes, the server checks if the source with this uuid is already in the DB.   
     1Temprary id-s for new sources can be any strings, not necessarily uuid's (at the moment the server expects only uuid's). The server should detect if the provided string is an uuid. If not then the source is definitely new and the server generates an uuid for it while adding to the database.  If yes, the server checks if the source with this uuid is already in the DB.   
    22
    33The client may have, in its own DB, the mapping between its id's and the ones given by the server.