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

allow embedding LD-R components as widgets in other applications #27

Open
ali1k opened this issue Nov 15, 2017 · 1 comment
Open

allow embedding LD-R components as widgets in other applications #27

ali1k opened this issue Nov 15, 2017 · 1 comment

Comments

@ali1k
Copy link
Owner

ali1k commented Nov 15, 2017

there are two proposed ways:

  • have unique URI with parameters for each component
  • find a way to freeze/materialise components with their current state
@ali1k
Copy link
Owner Author

ali1k commented Nov 24, 2017

One idea would be to store all the given properties of a component with a unique ID. Then we can use the container component to send those properties to that child component.
To implement it we need a Widget Component, a Widget Store and an action to load the properties of the Widget.
It is applicable easily to datasetViewer and ObjectBrowser as low hanging fruits.

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

No branches or pull requests

1 participant