Simplify Capact Implementation manifest syntax #570
Labels
area/hub-manifests
Relates to Hub manifests
enhancement
New feature or request
needs-triage
Relates to issues that should be refined
Description
Current Capact Implementation manifest syntax leave much to be desired. There is much of boilerplate which increases the time for new manifests development. Even if we have generators, we should still think about some simplification.
The main pain point probably is the data transformation - we need to merge inputs and render them using Jinja templating very often, as usually some input to a step is based on output from the previous one.
We need to think about viable solutions. Some loose ideas:
Reason
Capact manifests contain a lot of boilerplate, which make building manifests time-consuming and difficult to read.
Use cases
As a Content Developer, I want to create Capact manifests as quickly as possible with minimal overhead.
The text was updated successfully, but these errors were encountered: