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

Implemented object store loading from parsed JSONs #806

Open
wants to merge 24 commits into
base: dev
Choose a base branch
from

Conversation

namanhd
Copy link
Contributor

@namanhd namanhd commented Jun 8, 2020

Continuing from #800, we have now implemented the loading functionality that turns the parsed JSON objects into our own object representation, and load those objects into our own object store so that objects can be accessed by other modules.

More work is needed to actually integrate this object store with other modules so that they can load their own structures, but this is a solid foundation for that step later on. The entry point and outputs for this code is the same as #800; it can be seen by running chiventure with a wdz file, then closing the the UI. The output from the reading is printed to stdout.

@namanhd namanhd removed this from the 2020/Sprint 4 milestone Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants