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

Ability to get the dashboard URL on the server-side #693

Closed
bartbutenaers opened this issue Mar 21, 2024 · 1 comment · Fixed by #703
Closed

Ability to get the dashboard URL on the server-side #693

bartbutenaers opened this issue Mar 21, 2024 · 1 comment · Fixed by #703
Assignees
Labels
feature-request New feature or request that needs to be turned into Epic/Story details size:S - 2 Sizing estimation point

Comments

@bartbutenaers
Copy link
Contributor

Description

Hi guys,

As discussed on Discourse (see here), I need the dashboard URL in the server-side code of my web-push UI node.

The dashboard D2 sidebar 'open dashboard' button does already calculate this URL (see code), but I need some kind of way to get hold of that URL on the server-side. So I don't need it in my frontend Vue code!

When a message arrives in the onInput handler on the server-side of my web-push node, I need to be able to enrich the message with the dashboard URL before I forward the message to the (Google, Apple, Microsoft, ...) push service.

Otherwise people need to start hardcoding it in their messages, which is not really user friendly from a maintenance point of view.

Thanks (again)!!!
Bart

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

@bartbutenaers bartbutenaers added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do labels Mar 21, 2024
@joepavitt joepavitt added size:S - 2 Sizing estimation point and removed needs-triage Needs looking at to decide what to do labels Mar 22, 2024
@joepavitt joepavitt self-assigned this Mar 22, 2024
@bartbutenaers
Copy link
Contributor Author

Hey @joepavitt, @Steve-Mcl,
Thanks for all the hard labour, and hope you have a nice weekend!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details size:S - 2 Sizing estimation point
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants