Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development comparisons #271

Merged
merged 15 commits into from
Oct 17, 2024
12 changes: 12 additions & 0 deletions src/data/navigation/sections/app-development.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ module.exports = [
title: "Learning path",
path: "/app-development/learning-path.md"
},
{
title: "App development comparison",
path: "/app-development/app-development-comparison.md"
},
{
title: "Services comparison",
path: "/app-development/services-comparison.md"
},
{
title: "Port extensions to apps",
path: "/app-development/port-extensions.md"
},
{
title: "Best practices",
path: "/app-development/best-practices/index.md",
Expand Down
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]
3 changes: 3 additions & 0 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.
14 changes: 14 additions & 0 deletions src/pages/_images/oms2.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
config:
theme: mc
---
flowchart LR
subgraph Box1[Adobe Commerce]
A1[New Order] --> A2[I/O Events to Adobe Commerce]
A3[Extension that adds custom data to GraphQL or performs custom calculations] --> A4[GraphQL]
end
subgraph Box2[Order Export Service]
B1[Transformation]
end
A4 --> Box2 --> Box3[Order Management System]
A2 --> Box2
Loading
Loading