concerto icon indicating copy to clipboard operation
concerto copied to clipboard

Decorator command set types and validation

Open sstone1 opened this issue 3 years ago • 0 comments

Feature Request 🛍️

Provide APIs that allow a user to validate a decorator command set, and TypeScript types that allow a user to process a decorator command set.

Use Case

Make it easier to work with decorator command sets in consuming applications.

Possible Solution

Embed the decorator command set model into Concerto as per the metamodel, and expose it in a similar way.

Context

Trying to use decorator command sets is harder than it needs to be. The types are currently published to the Accord Project models website, which is separate from the Concerto APIs. Usage of decorator command sets is part of the Concerto APIs, so IMO validation and types should also be present in the Concerto APIs.

Detailed Description

sstone1 avatar Jun 14 '22 09:06 sstone1