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

Create or get hierarchy of terms key issue #11

Open
tmsincomb opened this issue Feb 24, 2025 · 0 comments
Open

Create or get hierarchy of terms key issue #11

tmsincomb opened this issue Feb 24, 2025 · 0 comments

Comments

@tmsincomb
Copy link
Collaborator

Issue

If the entity is not found and will be created, the following issues can be found

  1. upstream entity is already created, but not found and attempt of creation of upstream entity failed
  2. upstream entity found and was not properly ignored if already created with the transaction

If the entity is found and will not be created, the following issues can be found
3. back populating object to return failed

Solution

  • Issues 1-3 can be partly solved by creating strict prerequisites of fields to query the hierarchy of a term to be created.
  • Caching core fields for aspects and objects of entities will most likely remedy the rest since expecting all constrained fields to be known might not be efficient.
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