Skip to content

Instantly share code, notes, and snippets.

@marchof
Created June 26, 2020 06:40
Show Gist options
  • Save marchof/907047b33e7641521c1ad63133ef2dea to your computer and use it in GitHub Desktop.
Save marchof/907047b33e7641521c1ad63133ef2dea to your computer and use it in GitHub Desktop.
SCION Workbench Intro

The SCION Workbench is a Angular component(?) to create interactive workbench layouts.

Workbench layouts are useful for applications with non-linear workflows where users want to flexibly view and edit content in parallel. Examples are spezialized business applications, scientific or development tools as well as command & control interfaces.

The SCION Workbench supports tabbed views which allow the user to arbitrary arrange the content. Fixed areas can be declared to show context sensitive information. In addition typical workbench widgets are available, such as dialogs and notification ribbons.

While the SCION Workbench can be used in any Angular application it is particularly useful in host appplications for the SCION Microfrontend Platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment