Open-EO / openeo-hub

Source code for openEO Hub, a centralized platform to explore openEO back-end providers.
https://hub.openeo.org
Apache License 2.0
8 stars 3 forks source link

Show links #64

Closed christophfriedrich closed 4 years ago

christophfriedrich commented 4 years ago

I just realised that the links from the / response are not displayed in the Hub. I think they can provide useful information for someone who wants to know more about a certain backend, so they should be rendered. I guess the LinkList component could be used for that. It could be placed either after the description or in a separate collapse area (e.g. after Billing Information).

m-mohr commented 4 years ago

After the description sounds good. Make sure to only show meaningful links (i.e. rel type self is not so useful for example).

You can use the Vue Components LinkList for rendering. It automatically removes self. I'd propose to also ignore the following rel types (via the components ignoreRel prop):

See also: https://open-eo.github.io/openeo-api/draft/index.html#operation/capabilities