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

Direct frame / sequence jump URL parameters (and CLA parameters) #8318

Open
l4rs5chnyder opened this issue Dec 4, 2024 · 1 comment
Open
Labels
🟦 blueprint The data that defines our UI CLI Related to the Rerun CLI enhancement New feature or request 📺 re_viewer affects re_viewer itself 🕸️ web regarding running the viewer in a browser

Comments

@l4rs5chnyder
Copy link

Is your feature request related to a problem? Please describe.
We have several use-cases where we want to specifically show people a frame in the timeline.
Always sending them the URL (or RRD files) with an explanation to which timeline and timecode to jump is an annoyance on both sides.
It would be nice to allow the timeline frame to be passed to the URL (public or internal viewer) or CLA (as parameters) since, I assume, this is very similar.
However, we're particularly interested in the web-viewer use-case.

Describe the solution you'd like
E.g. an additional
&timeline={USER_TIMELINE}&tc={USER_TIMECODE}
in addition to the general
https://app.rerun.io/version/{RERUN_VERSION}/index.html?url={RRD_URL}

In addition, it might be beneficial to directly be able to specify start and end timecode as in
Image
E.g. an additional &tc_end={USER_TIMECODE}
&timeline={USER_TIMELINE}&tc={USER_TIMECODE}&tc_end={USER_TIMECODE}

Describe alternatives you've considered
Not aware of any alternatives.

Additional context
No additional context. Let me know if you need more specific information.

@l4rs5chnyder l4rs5chnyder added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Dec 4, 2024
@Wumpf Wumpf added 🕸️ web regarding running the viewer in a browser 📺 re_viewer affects re_viewer itself 🟦 blueprint The data that defines our UI CLI Related to the Rerun CLI and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Dec 4, 2024
@Wumpf
Copy link
Member

Wumpf commented Dec 4, 2024

Strongly related to

-> so far our thinking has been to have the selected time be a thing that is configured via blueprint. But having this accessible in URL/CLI parameters as well makes a lot of sense to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟦 blueprint The data that defines our UI CLI Related to the Rerun CLI enhancement New feature or request 📺 re_viewer affects re_viewer itself 🕸️ web regarding running the viewer in a browser
Projects
None yet
Development

No branches or pull requests

2 participants