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

Implement 'load' on Model and ItemManager #28

Closed
3 tasks done
zanerock opened this issue Jun 17, 2023 · 1 comment · Fixed by #29
Closed
3 tasks done

Implement 'load' on Model and ItemManager #28

zanerock opened this issue Jun 17, 2023 · 1 comment · Fixed by #29
Assignees
Labels
assigned This task has been assigned/claimed. enhancement New feature or request
Milestone

Comments

@zanerock
Copy link
Member

Overview

Need to be able to explicitly (re-)load items at any time, not just on construction.

Deliverables

  • move the ID checks in the constructor to ItemManager.add()
  • implement ItemManager.load({ items }) = {})
  • implement Model.load() calls root item manager and sub-model loads
@zanerock zanerock added the enhancement New feature or request label Jun 17, 2023
@zanerock zanerock added this to the 1.0.0-beta milestone Jun 17, 2023
@zanerock zanerock added the assigned This task has been assigned/claimed. label Jun 17, 2023
@zanerock
Copy link
Member Author

Work for this issue will begin begin on branch work-liquid-labs/resource-model/28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned This task has been assigned/claimed. enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant