General Capabilities

Search

In each page there is a Search capability that is used to search the shown components such as namespaces, entities, properties etc. by their label prefix or identifier.

Filtering

For tables in the Solution Designer there is a Filter capability. This capability is used to filter elements by one or more column values.

Table settings

For tables in the Solution Designer there is a Table Settings capability. This capability is used to choose which columns should be shown in the table. By using the Reset to default capability, you are able to return to the default columns that are shown in the table.

Commenting

On every instance page, on the top right side, there is the Comment capability. By using this capability, you are able see existing or to write new comments in the Comment field and add this comment by using the Add comment capability. The comment field is mandatory. By using the Cancel capability, the comment will not be saved, and you will be redirected to the instance page.

Documentation

For a lot of artifacts in the Solution Designer e.g.
  • Entities (Root Entities, Entities and External Entities)
  • Services
  • Commands
  • Properties
  • Events
  • Agents
  • Errors
  • Operations

the section 'Documentation' allows the user to easily write MarkDown documentation. The section provides a view mode and an edit mode. The edit mode can be entered only if the user has privilege to edit the artefact by clicking on the content or by using the symbol on the right top displayed while hovering over the content.

For each type of artefact a predefined structure is proposed and automatically displayed.

Visualization of modeled content

Within the edit mode of the MarkDown editor you can auto-generate a diagrams.

Root entities
``` fsw
    aggregate ns:RootEntiy parents children properties commands
``` 
Extension
parents Shows direct parent entities of the root entity that should be displayed
children Shows all direct children of the root entity that should be displayed
properties Shows all direct associated properties of each entity displayed in the diagram
commands Shows all associated commands for each root entity displayed in the diagram
all Shows direct parents, children, associated properties and commands
Attention: By using the command without any extension the default is to show the aggregate with direct parents, without children, with properties and commands.
Services (Domain services and Integration Services)
``` fsw
    services ns:Servicename events agents errors all
``` 
Extension
events Shows all events published by that service
agents Shows agents within the same solution that are subscribed to a published event
errors Shows all business errors that could be thrown by that service
all Shows all events, agents and business errors associated to that service
Attention: By using the command without any extension the default is to show the service with its input and output.

Commit and push

In order to commit and push changes to the remote repository of the Git provider use the Commit and Push capability located on the top right of the Solution Designer.

Problems

On the bottom of the page in the Solution designer, there is a panel which contains a Problems section. In this sections all problems and warnings are listed and it is possible to navigate to the affected object in order to solve the issue by using the link capability.

User profile

On the top right side of the Solution Designer page there is a User Profile capability. From there it possibile to view your name and user name, acess the User Settings page and sign out.