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 sharing DISCOllborative links #885

Open
JulienVig opened this issue Feb 26, 2025 · 0 comments
Open

Allow sharing DISCOllborative links #885

JulienVig opened this issue Feb 26, 2025 · 0 comments
Labels
server Related to the server web client Related to the browser environment

Comments

@JulienVig
Copy link
Collaborator

Currently, trying to directly load https://discolab.ai/#/lus_covid or any of the DISCOllaboratives redirects to https://discolab.ai/#/list.
We would like to allow sharing DISCOllaborative links and remove this redirection.

This redirection has been introduced as a temporary fix to 404 errors occurring when trying to load tasks directly. The redirection happens in webapp/Training (now TrainingSteps) and has been merged in #727.

What makes the issue non-trivial is the fact that tasks are provided asynchronously from the server to the webapp, so loading the DISCOllaborative URL directly first requires querying the server for the task and waiting for the answer. Currently, the Google server instance can take up to 10s to boot up so there needs to be a loading indicator implemented to provide user feedback.

Optionally, look into whether we can get rid of the hashtag currently introduced by the Vue router history mode.

@JulienVig JulienVig added server Related to the server web client Related to the browser environment labels Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Related to the server web client Related to the browser environment
Projects
None yet
Development

No branches or pull requests

1 participant