How do we propose leveraging CALM to represent planned changes in architecture? #465
Answered
by
LeighFinegold
LeighFinegold
asked this question in
Q&A
|
It is often required to communicate a vision of where you want your architecture to be to a general audience. How would this be represented in CALM? Would we recommend separate core document per phase (still sharing controls/patterns where required)? |
Answered by
LeighFinegold
Jul 26, 2026
Replies: 2 comments 1 reply
|
I like the idea of having a core document per phase - potentially with a "evolution" schema sitting on top of it so that the evolution over time can be captured, without resorting to source-control. |
1 reply
|
@LeighFinegold this is a great question. From my perspective, this sits somewhere in-between what C4 provides and CALM. I think there is room to have nodes in CALM with a detailed-architecture that is not specified at the time of design, this can then be filled out later. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the end #1409 was raised with an implementation on #2104. The term phases was replaced with the concept of a moment. With the timeline document specifying the current moment.
There is current thinking to support multiple potential timelines on #2733