Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5c69bd5

Browse files
committed
#30 Add missing numbers at images
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent bbf9973 commit 5c69bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/adr/adr_0001.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Regarding question 1 it seems that both solution approaches are resulting in the
185185

186186
....
187187
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
188-
scanning ├─────────▶│ parsing ├─────────▶│ processing │
188+
│ scanning ├─────────▶│ parsing ├─────────▶│ processing │
189189
│ (Phase 1) │ │ (Phase 2) │ │ (Phase 3) │
190190
└──────────────────┘ └──────────────────┘ └──────────────────┘
191191
....
@@ -194,11 +194,11 @@ Regarding question 2 we decided to implement the solution approach 1 with a job-
194194
// #30 to what refers 3.1 and 3.2?
195195

196196
....
197-
DataProcessing: ReadOnlyHooks ─ ─ ─
198-
DataProcessing: ReadAndWriteHooks ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┌────────────────────────────────┐ │
197+
3.2 processing: ReadOnlyHooks ─ ─ ─
198+
3.1 processing: ReadAndWriteHooks ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┌────────────────────────────────┐ │
199199
┌───────────────────────┐ │ ┌──┼▶│ Elastic PersistenceProvider │
200200
┌──────────────────┐ ┌──────────────────┐ │ │ ReadAndWrite Hook #1 │ ┌───────────────────────┐ │ └────────────────────────────────┘ │
201-
Scan ├──▶│ Parsing │────▶│ "MyMetaDataProvider" ├─▶│ ReadAndWrite Hook #2 │─┼──┤ │ ┌────────────────────────────────┐
201+
scanning ├──▶│ parsing │────▶│ "MyMetaDataProvider" ├─▶│ ReadAndWrite Hook #2 │─┼──┤ │ ┌────────────────────────────────┐
202202
└──────────────────┘ └──────────────────┘ │ └───────────────────────┘ └───────────────────────┘ └───▶│ DefectDojo PersistenceProvider │ │
203203
─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ │ └────────────────────────────────┘
204204
─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘

0 commit comments

Comments
 (0)