concerto
concerto copied to clipboard
Business schema language and runtime
# Feature Request đī¸ Provide a sample repo to illustrate model transformation using e.g. the Typescript transform to generate front-end code and the Java or C# transform to generate backend...
# Feature Request đī¸ Create a linter to allow users to specify rules for how their Concerto models are structured ## Use Case It would be useful to have a...
# Bug Report đ Possibly an enhancement? Today I tried to use a map with an abstract type as the value: ``` namespace [email protected] abstract concept Animal {} concept Dog...
# Feature Request đī¸ Document the semantic validation rules for the Concerto AST. ## Use Case Allows alternate implementation of semantic validation to be developed, perhaps outside of core. ##...
Is it recommended best practice to use Java.time rather than the older (and considered poorly designed) Java.util.date, as currently used by the `concerto-tools` Java target. ## Context This isn't a...
# Closes #763 => packages/concerto-types ### Changes - convert project to ESM - update script and test files accordingly ### Flags - Jest configuration on package.json - ### Screenshots or...
# Closes # add a throw Error when type is not available in namespace ### Changes - - ### Flags - - ### Screenshots or Video ### Related Issues -...
# Bug Report đ ``` namespace [email protected]+build1 import test.{Foo,Bar} import test.Foo import test.* from github://foo import [email protected].{Foo,Bar} import [email protected] import [email protected].* from github://foo import [email protected] // this fails participant Person...
# Feature Request đī¸ If a decorator command set APPENDS two decorators with the same name the resulting model is invalid. ## Use Case Improve error reporting. ## Possible Solution...
**Is your feature request related to a problem? Please describe.** Most errors include location information, but validation and type not found errors do not. **Describe the solution you'd like** When...