generated from finos-labs/project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Constraining Detailed Architecture Usage in Patterns #817
Labels
Comments
Changing "details": {
"type": "object",
"properties": {
"detailed-architecture": {
"type": "string"
},
"detailed-pattern": {
"type": "string"
}
}
} Could work really well with patterns.
|
Would the name |
@rocketstack-matt that is definitely better. |
jpgough-ms
added a commit
to jpgough-ms/architecture-as-code
that referenced
this issue
Jan 23, 2025
rocketstack-matt
pushed a commit
that referenced
this issue
Jan 27, 2025
The required-pattern is a nice add here and I believe should resolve what we require |
@rocketstack-matt is this going to be in the new draft? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Description of Problem:
detailed-architecture
provides a "drill down" feature in CALM. Anode
can provide a detailed architecture link, which corresponds to another CALM architecture with more details of a node.When using the
detailed-architecture
feature in patterns, it would be helpful to constrain thedetailed-architecture
to a specific pattern.Potential Solutions:
One solution is to provide an optional
detailed-pattern
ordetailed-architecture-pattern
, this would constrain the downstream architecture and enable the architect to define any input and outputnodes
orrelationships
relevant to the pattern.It would also enable the downstream pattern to constrain the downstream architecture where necessary and have that also conform to a pattern.
The text was updated successfully, but these errors were encountered: