riddl icon indicating copy to clipboard operation
riddl copied to clipboard

A compiler for the DDD-based design language RIDDL

Results 90 riddl issues
Sort by recently updated
recently updated
newest added

This is a code documentation request so the "TODO" list is in the code.

when need demonstrated

The RIDDL files exist. In the restaurant domain there are several bounded contexts defined that need to somehow be represented in the documentation. ┆Issue is synchronized with this [Jira Story](https://yoppworks.atlassian.net/browse/RL-124)...

documentation

I expected to see an example of a Command or a Query. Instead, it seems there is an example of an Entity definition with an "options" modifier ┆Issue is synchronized...

documentation

This will allow Hugo documentation to highlight riddl source code when used between triple backticks sections, like this: ```riddl domain foo is { ??? } ``` ┆Issue is synchronized with...

good first issue

BackOffice and Corporate RIDDL code examples are missing from the examples pages. The RIDDL files exist for the content, they are just not linked properly. ┆Issue is synchronized with this...

Bounded Contexts are very isolated from other constructs. To speed up validation, AST.Context instances could be processed in parallel during validation without harm. The message list will need to become...

performance

The plugin supports the IntelliJ Reformat Code action, along with configurable code style in File ~~> Settings~~ > Editor ~~> Code Style~~ > RIDDL ┆Issue is synchronized with this [Jira...

Use this action (e.g. using `Ctrl+Alt+Shift+C`) when having the caret at RIDDL identifier in order to copy full path of the RIDDL definition. ┆Issue is synchronized with this [Jira Story](https://yoppworks.atlassian.net/browse/RL-101)...

Use this action to move a definition in and out of containers. [https://gitlab.com/yoppworks/ossum/riddl-idea-plugin/-/blob/main/img/movedefinition.gif](https://gitlab.com/yoppworks/ossum/riddl-idea-plugin/-/blob/main/img/movedefinition.gif) ┆Issue is synchronized with this [Jira Story](https://yoppworks.atlassian.net/browse/RL-102) by [Unito](https://www.unito.io)

This action helps when navigating the hierarchy of definitions. It performs a depth first traversal of containers and definitions but not into the details of a definition. [https://gitlab.com/yoppworks/ossum/riddl-idea-plugin/-/blob/main/img/gotoprevnext.gif](https://gitlab.com/yoppworks/ossum/riddl-idea-plugin/-/blob/main/img/gotoprevnext.gif) ┆Issue is...