ironArray / Caterva2

REST and on-demand access to local/remote Blosc2 data repositories
https://ironarray.io/caterva2
Other
5 stars 1 forks source link

Unnecessarily long urls in web interface #87

Closed FrancescAlted closed 1 month ago

FrancescAlted commented 1 month ago

When browsing datasets in the web interface, in the URL location bar of the browser, we see things like: https://cloud.caterva2.net/demo2/roots/@personal/demo-zipfile/d4.b2nd?roots=%40personal&roots=%40shared#data.

I wonder if this could be shortened to something like: https://cloud.caterva2.net/demo2/roots/@personal/demo-zipfile/d4.b2nd#data

(I suppose the answer is no because we need to keep track of the roots to be displayed; just wondering if there would be a better way to keep track of those).

FrancescAlted commented 1 month ago

We decided to not doing anything on this yet.