Skip to content

Commit

Permalink
adding images, quick pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jhadobe committed Sep 17, 2024
1 parent 78948aa commit ce4a0c6
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 24 deletions.
8 changes: 8 additions & 0 deletions src/pages/_images/oms1.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
flowchart LR
subgraph Box1[Adobe Commerce]
A1[New Order] --> A2[I/O Events to Adobe Commerce]
end
subgraph Box2[Order Export Service]
B1[Transformation]
end
Box1 --> Box2 --> Box3[Order Management System]
4 changes: 2 additions & 2 deletions src/pages/_images/oms1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/pages/_images/oms2.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
flowchart LR
subgraph Box1[Adobe Commerce]
A1[New Order] --> A2[I/O Events to Adobe Commerce]
A3[AC Extenstion that adds custom data to GQL or custom calcultations] --> A4[GQL]
end
subgraph Box2[Order Export Service]
B1[Transformation]
end
A4 --> Box2 --> Box3[Order Management System]
A2 --> Box2
Loading

0 comments on commit ce4a0c6

Please sign in to comment.