Changes between Version 52 and Version 53 of DASISH/Scenario


Ignore:
Timestamp:
05/15/13 11:55:20 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/Scenario

    v52 v53  
    4545* Client: get the version list of the unresolved source {{{GET api/versions/<vid>}}}
    4646* Client: get cached representations for the considered version   {{{GET api/sources/<sid>/cached/<cid>/metadata}}}
     47
     48The  whole workflow is as as follows.
     49
     501) At a start an annotation is GET and an unresolved target is detected. An "unresolved target" means that e.g. the corresponding page  has been updated and the target fragment cannot be placed within it any more.  Therefore,  the client needs to get a corresponding cached representation instead of the actual page.
     51
     522) For this the clients GETs the source info. The source contains: a) the version string, b) the list of the  reference ID's all "siblings"-versions of the source for which there are cached representations in the DB.  Now the client finds  the version ID by the version string.
     53
     543) GET the version info. It gives the list of references to the version's cached representations.
     55
     564)  GET a cached representation.
    4757
    4858See: