Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a mechanism for linked instances that are not resolved #12

Open
ehennestad opened this issue Jul 22, 2024 · 0 comments
Open

Need a mechanism for linked instances that are not resolved #12

ehennestad opened this issue Jul 22, 2024 · 0 comments

Comments

@ehennestad
Copy link
Collaborator

Add a (hidden/protected) property on the instance indicating whether the instance is resolved.

This could be assigned automatically if an instance is initialised with only an id.

This property would mostly control the display of an instance, but could potentially also be used to issue warnings if an instance is retrieved, but not automatically resolved.

Two use cases:

  1. A local collection, in which case instances should be resolved when the collection is initialised.
  2. A remote collection, i.e the EBRAIN Knowledge Graph, where instances might be resolved on demand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant