Skip to content

Commit

Permalink
Merge pull request #28 from Arquisoft/docs-context
Browse files Browse the repository at this point in the history
First context diagrams added to docs
  • Loading branch information
UO276188 authored Feb 8, 2023
2 parents 4d1e0a5 + 18a5c3b commit abf4928
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 527 deletions.
26 changes: 17 additions & 9 deletions docs/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[[section-system-scope-and-context]]
== System Scope and Context


[role="arc42help"]
****
.Contents
Expand All @@ -21,6 +20,7 @@ Various options:
****



=== Business Context

[role="arc42help"]
Expand All @@ -39,9 +39,15 @@ Alternatively (or additionally) you can use a table.
The title of the table is the name of your system, the three columns contain the name of the communication partner, the inputs, and the outputs.
****

**<Diagram or Table>**
image:3-Context/BussinessView.png["Bussines view"]
[options="header",cols="1,2"]
|===
|Actor|Description
| _Actor1_ | _<Description-1>_
| _Actor_ | _<Description-2>_
|===


**<optionally: Explanation of external domain interfaces>**

=== Technical Context

Expand All @@ -56,11 +62,13 @@ Many stakeholders make architectural decision based on the technical interfaces
.Form
E.g. UML deployment diagram describing channels to neighboring systems,
together with a mapping table showing the relationships between channels and input/output.
****

**<Diagram or Table>**

**<optionally: Explanation of technical interfaces>**

**<Mapping Input/Output to Channels>**
image:3-Context/TechnicalView.png["Technical view"]
[options="header",cols="1,2"]
|===
|Node/Artifact|Description
| _Node1_ | _<Description-1>_
| _Node2_ | _<Description-2>_
| _Node3_ | _<Description-3>_
|===
Binary file added docs/images/3-Context/BussinessView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/3-Context/TechnicalView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit abf4928

Please sign in to comment.