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

[Pitch] Link shortener POC #1635

Open
olevski opened this issue Sep 18, 2023 · 0 comments
Open

[Pitch] Link shortener POC #1635

olevski opened this issue Sep 18, 2023 · 0 comments

Comments

@olevski
Copy link
Member

olevski commented Sep 18, 2023

Currently the UI parses large links and decomposes them in different options/configuration to pass on to the notebook service.

This is incredibly brittle and hard to maintain, also to maintain backwards compatibility.

Having a link shortener for this application would be ideal. Then the link ID or something like that would be related to parameters saved in our database. The simplest implementation for this is to make all shortened IDs usable/readable by anyone but editable only by the user who created them.

This was directly requested by Volodymyr and would be useful for others that want to share links in publications or in public posts that drops them straight into a Renku session.

Also we can do migrations of the data stored in the database when the notebooks API changes or when any other related API changes.

@github-project-automation github-project-automation bot moved this to Backlog in renku-python Sep 18, 2023
@olevski olevski changed the title Design a link shortener Link shortener POC Sep 18, 2023
@olevski olevski changed the title Link shortener POC [Pitch] Link shortener POC Oct 11, 2023
@Panaetius Panaetius moved this from Backlog to Ready in renku-python Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant