-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (72 loc) · 3.86 KB
/
Copy pathindex.html
File metadata and controls
76 lines (72 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Experiments & accumulated Knowledge ...</title>
</head>
<body>
<h1>Experiments & accumulated Knowledge ...</h1>
<h2>Sekvens diagrammer</h2>
<p>
<a href="diagrams.html">Oversigt over sekvensdiagrammer</a>
</P>
<h3>Adgangsplatform - User and Client authentication</h3>
<P>
<a href="diagrams_loans_debt.html">Sekvensdiagram - Mellemværender ved for sent afleverede materialer</a>
</p>
<P>
<a href="Sequence-adgangsplatform.html">Sekvensdiagram - Adgangsplatformen</a>
</P>
<p>
<a href="diagrams_client-authentication.html">Sekvensdiagram - Client authentication</a>
</p>
<p>
<a href="diagrams_Adgangsplatform-single-sign-out.html">Sekvensdiagram - Adgangsplatform - Single sign-out</a>
</p>
<h3>DDB List services</h3>
<h4>Material list service</h4>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_material-list.puml&fmt=svg" alt="PlantUML diagram of Openlist Material list service">
</p>
<h4>Follow Searches service</h4>
<h5>1. Patron adds search query to the Follow Searches service</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_follow-searches.puml&fmt=svg&idx=0" alt="PlantUML diagram of Openlist Search Subscription service">
</p>
<h5>2. Follow Searches service monitors changes in saved search queries.</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_follow-searches.puml&fmt=svg&idx=1" alt="PlantUML diagram of Openlist Search Subscription service">
</p>
<h5>3. Notify Patron of changes to saved searches.</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_follow-searches.puml&fmt=svg&idx=2" alt="PlantUML diagram of Openlist Search Subscription service">
</p>
<h4>Loan History service</h4>
<h5>1. Patron loan history acceptance flow</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_loanhistory.puml&fmt=svg&idx=0" alt="PlantUML diagram of Openlist Loan History service">
</p>
<h5>2. Anonymous Loan history web service data accumulation flow</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_loanhistory.puml&fmt=svg&idx=1" alt="PlantUML diagram of Openlist Loan History service">
</p>
<h5>3. Loan history web service data accumulation flow</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_loanhistory.puml&fmt=svg&idx=2" alt="PlantUML diagram of Openlist Loan History service">
</p>
<h5>4. Patron recommendation flow</h5>
<p>
<img src="http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/rolfmadsen/rolfmadsen.github.com/master/plantuml/diagrams_openlist_loanhistory.puml&fmt=svg&idx=3" alt="PlantUML diagram of Openlist Loan History service">
</p>
<h3>Documentation af copyright</h3>
<p>
Documentation: <a href="http://plantuml.com/">http://plantuml.com/</a>
</p>
<P>
<a href="COPYING.html">Copyright © 2019 Rolf Madsen</a>
</P>
<P>
<a href="notes-to-self.html">Notes on how I got things to work ...</a>
</P>
</body>
</html>