LinkedDataHub icon indicating copy to clipboard operation
LinkedDataHub copied to clipboard

Improve parallax navigation

Open namedgraph opened this issue 1 year ago • 1 comments

The parallax navigation

  • should not show properties that would transition to empty results (e.g. resources that were objects in the previous step are not present in the dataset)
  • should show properties from whole SELECT result, not only the current LIMITed page. That would require pre-loading all properties as a separate step. They could be rendered differently depending on whether they are "mandatory" (all the resources in the result have them), or "optional" (some resources don't have the property).

namedgraph avatar Apr 22 '24 19:04 namedgraph

Related to #140

namedgraph avatar Jul 21 '24 20:07 namedgraph