website-and-documentation/resources/likec4/doc/developer-landscape/devday-presentation.md
Stephan Lo 286b427ed8 feat(architecture): migrate LikeC4 models from edp-doc with Git history
Port the complete LikeC4 architecture documentation from the edp-doc
repository to this repository, establishing it as the primary source
for C4 architecture models.

Migration Details:
- Migrated all C4 models from edp-doc/docs/likec4 to resources/likec4/
- Preserved Git history using git filter-branch and git read-tree
- Includes 54 C4 source files covering deployment, components, and views
- Updated LikeC4 to v1.42.1 (from deprecated v0.40.0)

Directory Structure:
- resources/likec4/models/ - C4 model definitions (components, containers, context, code)
- resources/likec4/views/ - View definitions (deployment, EDP, high-level concepts, dynamic)
- resources/likec4/deployment/ - Deployment-specific models (KIND, OTC)
- resources/likec4/doc/ - Documentation and screenshots

Architecture Coverage:
- OTC FaaS deployment architecture
- EDP component and container models
- Developer landscape and workflows
- GitOps inner/outer loop processes
- Infrastructure components (ArgoCD, Forgejo, Keycloak, Crossplane, etc.)

Dependencies:
- likec4@1.42.1
- @likec4/cli@0.40.0

This migration makes the ipceicis-developerframework repository the
authoritative source for architecture documentation. The edp-doc
repository may reference these models via git submodule if needed.

Related: Migration from https://edp.buildth.ing/DevFW/edp-doc
2025-10-24 13:08:28 +02:00

44 lines
No EOL
1,001 B
Markdown

# Developer landscape with respect to DevOps Inner-Outer loop
## Inner loop, outer loop
![alt text](localdev.png)
* [What software delivery leaders need to know about inner & outer loops](https://curiositysoftware.medium.com/what-software-delivery-leaders-need-to-know-about-inner-outer-loops-9da765b0ca2c)
* (original articale is here](https://www.curiositysoftware.ie/blog/software-delivery-leaders-guide-inner-outer-loops)
## Landscape
### Draft
![alt text](developer-landscape-view-draft.png)
### C4
See [developer-landscape](../../views/landscape.c4)
![alt text](developer-landscape-view-c4.png)
![alt text](developer-landscape-view-c4-2.png)
![alt text](developer-landscape-view-c4-ppt-layouted.png)
![alt text](developer-landscape-view-c4-ppt-layouted-dark.png)
## CI/CD Outerloop
### Draft
![alt text](cicd-outerloop-draft.png)
ArgoCD and Cloud are CD, Forgejo is CI
### C4
![alt text](cicd-outerloop.png)
![alt text](cicd-outerloop-2.png)
## PPT
![alt text](slide-1.png)