SwissDataScienceCenter / renku-ui

The web frontend of the Renku platform
https://renkulab.io
Apache License 2.0
13 stars 6 forks source link

Gitlab subgroup support in the UI #1157

Closed Panaetius closed 5 months ago

Panaetius commented 3 years ago

The UI currently mostly works with gitlab groups, e.g.

https://dev.renku.ch/projects/test_subgroup/test_subsbugroup/test_subsubsubgroup/subgroup_project correctly shows the project

https://dev.renku.ch/projects/test_subgroup/ shows a page for the group with a link to gitlab

But https://dev.renku.ch/projects/test_subgroup/test_subsbugroup/ results in a 404 page. It should probable show the same page about groups as above.

ciyer commented 3 years ago

Can you clarify how you got to this page? Was there a link to it somewhere, or did you get there by manually constructing the URL? If it is the first case, we can fix this. If it is the second case, we see it as a subset of #784, and we will close this issue since it will be handled as part of that one.

Panaetius commented 3 years ago

I think it was manually constructing it. And while playing around I thought it'd be nice if the different parts in the path here image were clickable.

lorenzo-cavazzi commented 5 months ago

Renku 2.0 will disentangle Projects and Repositories. There are plans to support (the new concept of) groups soon https://www.notion.so/renku/User-and-Group-Homepages-b43f877259584a30aaac4e5ea93b3e47 I'm closing this issue. The build team will open more specific issues