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

Modernize URLs #1250

Open
arteymix opened this issue Oct 17, 2024 · 0 comments
Open

Modernize URLs #1250

arteymix opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement Enhance the code or user experience gui Issues or pull requests involving the Web UI low priority

Comments

@arteymix
Copy link
Member

Most of these are about adding request mappings and permanent redirections.

URLs in Gemma Web should reflect a better terminology: datasets, platforms, elements, result sets, etc. as we use in Gemma REST.

This makes it easier to navigate as one can simply paste a suitable ID in the address bar.

A few patterns I'm thinking about:

  • /datasets/{id}
  • /platforms/{id}
  • /genes/{id}
  • /search

Where identifiers can be any suitable ID.

Previous URLs should be converted into permanent redirections and organized in some kind of legacy controller.

@arteymix arteymix added enhancement Enhance the code or user experience gui Issues or pull requests involving the Web UI low priority labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance the code or user experience gui Issues or pull requests involving the Web UI low priority
Projects
None yet
Development

No branches or pull requests

1 participant