/[cvs]/nfo/perl/libs/Data/Transfer/Sync.README.text
ViewVC logotype

Diff of /nfo/perl/libs/Data/Transfer/Sync.README.text

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Fri Nov 29 05:04:19 2002 UTC revision 1.2 by joko, Sun Jan 19 01:23:03 2003 UTC
# Line 113  TODO Line 113  TODO
113        - introduce some new metadata flags for a synchronization partner which is (e.g.) of "source" or "target":        - introduce some new metadata flags for a synchronization partner which is (e.g.) of "source" or "target":
114          - isNewNodePropagator          - isNewNodePropagator
115          - isWriteProtected          - isWriteProtected
116          - add additional mechanisms: "how is the sync done exactly?"
117            + based on ident/checksum (this compares uniqueness)
118            - based on ident/timestamp (this compares up-to-date-ness)
119            - based on abstract rules (free, script, ..., maybe taken from a rulebase) ...
120              ... combining queries on metadata (e.g. flags) associated with the object (may also be stored inside the object itself for convenience)
121              => (example):
122              $admin = new Person( admin => 1);
123              $user1 = new Person();
124              $user2 = new Person( watched_by => $admin );
125              $context = new Context( postmaster => $admin );
126              $data = new Data( created_by => $user2, crud_hooks => { u => $admin } );
127              $admin->

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed