Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SpaceCreator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTE
  • SpaceCreator
  • Issues
  • #106
Closed
Open
Created Mar 18, 2021 by Maxime Perrotin@maxime-esaOwner

Visualization management

Introduce the notion of model visualisation that allow to display (or export to a picture) only parts of the diagram, for example by grouping connections between two components into a single line or by providing selection lists that allow user hide some components from the view.

...
    <VisualGroup id="SomeName" visible="yes/no" />
        
    <Function ...>
        <Property name="Taste::VisualGroup" value="SomeName"/>
    </Function>
...
  • Split the visibility management and the grouping?
  • Top-level rects (Function,FunctionType,Comment) rendered as a united rect; the more area ­- the less Z-level, but always below regular items; no children;
  • Connections use the same line only if its source and target are the same;
  • No graphical editing (no editing at all?)
Assignee
Assign to
Time tracking