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

Default Group Dashboard with specific URL #24

Open
sudeepjoshi opened this issue Jul 3, 2013 · 1 comment
Open

Default Group Dashboard with specific URL #24

sudeepjoshi opened this issue Jul 3, 2013 · 1 comment

Comments

@sudeepjoshi
Copy link

OWF 7 and future:

We would like to have a default group dashboards for specific URLs, such that
https://first.url.com points to Group Dashboard #1
https://second.url.com points to Group Dashboard #2

We have multiple different groups of users and each of them have their own default group dashboards. We would like to provide them each with a their own URL so that they can get to their default dashboard and not to the last saved dashboard. Also, due to large number of users involved, we would like to have this feature available so that launching the dashboard is simple and doesn't involve switching dashboards.

Thanks,

@ghost
Copy link

ghost commented Aug 9, 2013

One idea for a potential workaround comes to mind. In order to create a dashboard that can be reliably referenced by URL you could define a stack containing a single dashboard. You would then have a URL within OWF as follows:
https://servername:port/owf/#stack=name

If using the above approach be sure your authentication plug-in preserves the original URL if it has to redirect back to OWF from a different login page.

The use of a single dashboard within the stack will avoid the problem of appending a specific dashboard guid. The dashboard instance guids are different per user (i.e. https://localhost:8443/owf/#stack=name&guid=d54af475-43e1-42d3-aa66-99dd1c5bc562 and https://localhost:8443/owf/#stack=name&guid=65ffb4ea-8470-4cc0-882a-041a1f544ef6 may refer to the same dashboard but for different users; or not).

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