You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make it so the dashboard can directly embed diagnostics viewer output. This should be pretty doable by doing basically what the Diagnostics Viewer does: embedding iframes of a couple of views.
This path:
"/output/" + dataset + "/" + package + "/"
will get you the index page for the package. From there, you need to open paths inside the package (by appending them to the end of the URL), like so:
/output/2/amwg/set_5/index.html
I'll try and simplify this somewhat for your consumption, so we can just have one shared view that we both can access. This will probably need to be broken into a few subtasks, which I'll open separately and link to from here:
We want to make it so the dashboard can directly embed diagnostics viewer output. This should be pretty doable by doing basically what the Diagnostics Viewer does: embedding iframes of a couple of views.
This path:
will get you the index page for the package. From there, you need to open paths inside the package (by appending them to the end of the URL), like so:
I'll try and simplify this somewhat for your consumption, so we can just have one shared view that we both can access. This will probably need to be broken into a few subtasks, which I'll open separately and link to from here:
The text was updated successfully, but these errors were encountered: