Skip to content

Allow sharing DISCOllborative links #885

@JulienVig

Description

@JulienVig

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    serverRelated to the serverweb clientRelated to the browser environment

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions