concerto icon indicating copy to clipboard operation
concerto copied to clipboard

Business schema language and runtime

Results 117 concerto issues
Sort by recently updated
recently updated
newest added

# 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...

Type: Feature Request đŸ›ī¸
Difficulty: Starter

# 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...

Type: Feature Request đŸ›ī¸
Hacktoberfest

# 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...

Type: Bug 🐛
Difficulty: Medium

# 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. ##...

Difficulty: Challenging

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...

Difficulty: Medium
Need More Info â„šī¸
Type: Discussion đŸ—Ŗ

# 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...

Type: Bug 🐛
Difficulty: Challenging
Type: Need Investigation đŸ”Ŧ

# 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...

Type: Feature Request đŸ›ī¸
Difficulty: Starter

**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...

Difficulty: Medium
Type: Enhancement ✨