Browse Source

Added typical workflow from Class POV

Alois Mahdal (@azzgoat) 11 years ago
parent
commit
f666820cab
1 changed files with 31 additions and 0 deletions
  1. 31
    0
      notes/arch.md

+ 31
- 0
notes/arch.md View File

@@ -93,6 +93,37 @@ Workflow
93 93
     '                                       '
94 94
 
95 95
 
96
+Flow
97
+----
98
+
99
+     User  :  App  :  Repo :  STM  :  STS
100
+    =======================================
101
+       |       |       |       |       |
102
+       |       o ----> |       |       |
103
+       |       | init  |       |       |
104
+       o ----> |       |       |       |
105
+       | GET   |       |       |       |
106
+       | /rc?a o ----> |       |       |
107
+       | =b    | load  |       |       |
108
+       |       | <---- o       |       |
109
+       |       |  stm  |       |       |
110
+       |       |       |       |       |
111
+       |       o ------------> |       |
112
+       |       |       | gen(a |       |
113
+       |       |       | =b)   |       |
114
+       |       | <------------ o       |
115
+       |       |       | sts   |       |
116
+       |       |       |       |       |
117
+       |       o --------------------> |
118
+       |       |       |       | rndr  |
119
+       |       | <-------------------- o
120
+       |       |       |       | html  |
121
+       |       |       |       |       |
122
+       | <---- o       |       |       |
123
+       |  html |       |       |       |
124
+       |       |       |       |       |
125
+    =======================================
126
+
96 127
 
97 128
 Service API
98 129
 -----------