LeighF
LeighF
### **Issue: Create a Dedicated Doc Publisher Module** _Reference: Related to [#790](https://github.com/finos/architecture-as-code/issues/790)_ #### **Description** As a pre-requisite to CALM bundling, a **Doc Publisher** module should be introduced under `shared`. This...
# Feature Request ## Description of Problem: As of 2024-10, CALM provides a highly flexible framework for capturing detailed technical architectures through nodes, relationships, flows and associated control requirements. This...
## Context As part of the ongoing effort to make CALM more modular and developer-friendly, we want to expose CALM models and utilities in a reusable way so that consumers...
## Problem After introducing Vitest in [#1075](https://github.com/finos/architecture-as-code/issues/1075), we started seeing red squiggles and type errors in IntelliJ when using global APIs like `vi` Despite tests running perfectly via the CLI,...
## Summary Currently, all templates in a template bundle must reside in the same directory. This enhancement request proposes adding support for a nested directory structure, improving maintainability and organization...
## Summary Currently, Handlebars partials must be explicitly referenced in each template that uses them. This enhancement proposes adding a **`globalPartials`** field at the top level of `index.json`, allowing partials...
## Summary Currently, flow sequence diagram generation in CALM relies only on **relationship names**, limiting the depth and accuracy of the diagrams. With the recent support for **dereferencing the full...
## Summary In the current `docify` process, all templates are processed uniformly, including those that don't require data from the CALM model (e.g., `package.json`, `remark-replace-links` plugin). To improve efficiency and...
## Summary To provide a concise overview of high-level architecture, we propose adding support for generating a Solution Architect One-Pager within CALM. This one-page document would summarize key architectural components,...
## Issue Description The TraderX example in CALM has been progressively enhanced, first documented in [#301](https://github.com/finos/architecture-as-code/issues/301) and later expanded with flows via [PR #660](https://github.com/finos/architecture-as-code/pull/660). This issue now aims to further...