Changes between Version 24 and Version 25 of DASISH/Scenario


Ignore:
Timestamp:
04/29/13 15:29:16 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/Scenario

    v24 v25  
    1717
    1818= Authentication =
    19 * User logs-in to annotation service, so the UID gets known by the server. See [[SpecificationDocument#Userrealm]] and [[XSD and XML#RespondingGETapiuseruid | Getting user information, incl. current-user flag]]
     19* User logs-in to annotation service, "uid" gets known by the server. See [[SpecificationDocument#Userrealm]] and [[XSD and XML#RespondingGETapiuseruid | Example: getting user information, incl. current-user flag]]
    2020
    2121= Visiting an annotated web page =
     
    2626* Service: returns list of annotation URI-s with the corresponding headlines, owners, and target source refs (URI-s);
    2727
    28 See [[XSD and XML#RespondingGETapiannotationslinkhttp:en.wikipedia.orgwikiSagrada_FamC3ADliaaccessread | Getting annotations for Sagrada Famiglia wiki-page]]
     28See [[XSD and XML#RespondingGETapiannotationslinkhttp:en.wikipedia.orgwikiSagrada_FamC3ADliaaccessread | Example: etting annotations for Sagrada Famiglia wiki-page]]
    2929
    3030
    31 * Client: Resolving fragments (mapping) happens after the response. There are two internal lists for the client: the resolvable and unresolvable target.
     31* Client: Resolving fragments (mapping) happens after the response. There are two internal lists for the client: the resolvable and unresolvable targets.
    3232
    3333= Viewing an individual annotation =
    3434
    3535== Resolvable target ==
    36 * User: selects an annotation with "at least one resolvable" (debatable) target for reading. 
     36* User: selects an annotation with "at least one resolvable" ('''TODO''': at least one? discuss) target for reading. 
    3737* Client: retrieves the annotation
    3838* {{{GET api/annotations/<aid>}}}
    3939* Service: returns the annotation
    4040
    41 See [[XSD and XML#RespondingGETapiannotationsAID02exampleusageforresolvabletargetsources]].
     41See [[XSD and XML#RespondingGETapiannotationsAIDzzzexampleofresolvabletargetsources | Example: obtaining an annotation with resolvable target sources].
    4242
    4343== Unresolvable target ==
     
    4949* {{{GET api/sources/<sid>/cached/<cid>/metadata}}}
    5050
    51 See [[XSD and XML#RespondingGETapiannotationsAID01exampleusageforunresolvabletargetsources]], [[XSD and XML#RespondingGETapiannotationsAID01sourcesexampleusageforunresolvabletargetsources]], [[XSD and XML#RespondingGETapisourcesSID05cachedCID005Ametadataexampleusageforunresolvabletargetsources]].
     51See [[XSD and XML#RespondingGETapiannotationsAIDzyyexampleusageforunresolvabletargetsources | Example: getting an annotation with an unresolvable target source]], [[XSD and XML#RespondingGETapiannotationsAIDzyysourcesexampleusageforunresolvabletargetsources | Example: getting target sources for the annotation]], [[XSD and XML#RespondingGETapisourcesSID05cachedCID005Ametadataexampleusageforunresolvabletargetsources | Example: getting a cached representation for the unresolvable target source]].
    5252
    5353= Annotation creation =