Skip to content

Information System Designer 4.1.0

Compare
Choose a tag to compare
@vrichard12 vrichard12 released this 08 Dec 15:43
· 31 commits to master since this release

Diagramming

  • Partial view - a new kind of diagram allowing to choose its content (documentation).

Swagger

  • Capacity to define constraints on data type attributes and service parameters (documentation).
  • Improve import / export of documentation fields on DTOs
  • Do not block importing a swagger containing untyped properties

Interaction

  • Fix and document typed participant creation tool

Class diagrams (in Graal, Entity and SOA)

  • New tool to create DTOs from Entity or Entity from DTO at the Namespace level (documentation)
  • New more intuitive properties view for bidirectional relationships
  • Enable the create attribute button on the Class property view "Attributes" list widget

Library

  • Manage bidiretional relationships between classes of a project and a library
  • Add a navigability tool on external namespace to navigate to library diagrams from a project diagram

Other

  • HTML export to create a static browsable website out of a modeling project (HTML Export on an aird file)
  • Enable Metadata on the Database metamodel
  • Navigability tools on Cinematic Mockup diagram
  • New model wizard do not impose to enter the file extension anymore
  • New feature in the ISD update site to allow deploying only the meta-model plugins (useful for code generators)

API Changes

  • Environment metamodel
    • PrimitiveTypeKind enumeration added
    • kind : PrimitiveTypeKind attribute added on PrimitiveType
    • ConstrainableElement concept added
    • Attribute now specializes ConstrainableElement
  • SOA metamodel
    • Parameter now specializes ConstrainableElement
  • Database metamodel
    • Database concepts now specializes environment::ObeoDSMObject