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

Include project name in project URL and not only UUID #745

Closed
pombredanne opened this issue May 23, 2023 · 2 comments
Closed

Include project name in project URL and not only UUID #745

pombredanne opened this issue May 23, 2023 · 2 comments

Comments

@pombredanne
Copy link
Member

A project URL looks like this http://127.0.0.1:8080/project/eb1e3de0-073d-4be7-8f5e-e99165ddea1f/
It would be great to include the project name in the and not only UUID, possibly with a fragment such as http://127.0.0.1:8080/project/eb1e3de0-073d-4be7-8f5e-e99165ddea1f#project%20Foo%20Bar so something similar that provides some idea of the project id.

@tdruez
Copy link
Member

tdruez commented May 23, 2023

Using URL anchor for this purpose is generally a bad idea as it conflicts with the page's internal navigation (and tab system for example).
The proper way would be to use the slug system for project-related URLs.

tdruez added a commit that referenced this issue Jun 28, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez added a commit that referenced this issue Jun 28, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
@tdruez
Copy link
Member

tdruez commented Jun 28, 2023

Implemented in a507af1
URLs are now using the Project slug in place of the UUID.

@tdruez tdruez closed this as completed Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants