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

tech(entity): Introduce metadata system #72

Merged
merged 9 commits into from
Sep 26, 2024
Merged

Conversation

pjechris
Copy link
Owner

⚽️ Description

Introduce a new type, EntityMetadata, to track info about entities. End goal is to internally stop relying on observers, have better debug info about relationships, and have simpler/easier to understand implementation.

🔨 Implementation details

  • Everytime we insert an object, we'll update its metadata to reflect its children
  • Everytime we insert an object, we update its parent to reflect the new value

@pjechris pjechris added refacto Code that change internal structure tech labels Sep 26, 2024
@pjechris pjechris merged commit 2c0ca28 into main Sep 26, 2024
2 checks passed
@pjechris pjechris deleted the tech/metadata-children branch September 26, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refacto Code that change internal structure tech
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant