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

break store into slices #20

Merged
merged 1 commit into from
Feb 1, 2024
Merged

break store into slices #20

merged 1 commit into from
Feb 1, 2024

Conversation

dpgraham4401
Copy link
Member

This PR is a small PR that breaks our root store into slices to make possible expansion of the store easier and better debugging/development experience.

For future work related to only creating nodes/edges that we need to render, instead creating/editing all of them and rendering them as hidden. This wall allow us to take action when nodes/edges are create/deleted.

Description

Issue ticket number and link

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@dpgraham4401 dpgraham4401 merged commit 3f7139c into main Feb 1, 2024
4 checks passed
@dpgraham4401 dpgraham4401 deleted the store-into-slices branch February 1, 2024 21:59
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

Successfully merging this pull request may close these issues.

1 participant