Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce slot concept to control visibility and positioning of visual extensions #279

Open
nikku opened this issue Sep 27, 2018 · 0 comments
Labels
backlog Queued in backlog enhancement New feature or request infrastructure

Comments

@nikku
Copy link
Member

nikku commented Sep 27, 2018

Context

With many extensions added to a diagram the positioning of elements gets messy:

image

As we are an open framework and agnostic of extension use-cases we cannot not impose concrete positioning ("fix the mess"), however we can provide the necessary structures to display extensions on the canvas and/or particular elements in an orderly manner.

Describe the solution you'd like

  • Identify places on the diagram that extension authors can render into in a controlled manner ("slots").
  • Provide an API to render into these slots
  • Allow slots to be tagged so that they can be toggled on and of, showing or hiding rendered contents.

Potential slots:

  • Canvas: top-left (palette), top, top-right, bottom-*
  • Per element: top-left, bottom-right
  • ...
@barmac barmac added the enhancement New feature or request label Nov 19, 2018
@philippfromme philippfromme added the backlog Queued in backlog label Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request infrastructure
Development

No branches or pull requests

3 participants