Limit the fetch of related blank node terms for NodeShapeViewer #354
Labels
No labels
bug
config
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/shacl-vue#354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
E.g. when rendering an
XYZFilerecord, it will try to fetch all of the possibly manypartswhile it by default only displays the first 5 (value of which is configurable). Maybe update theMoreOrLessRecordsViewerto fetch additional relations on user input? Similar conceptually todatalad-catalog's approach of fetching a directory "node"'s children when the user clicks on the node to expand it.