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

Factory, Action, Stage "Indexing" #27

Closed
michaelquigley opened this issue Jan 16, 2020 · 1 comment
Closed

Factory, Action, Stage "Indexing" #27

michaelquigley opened this issue Jan 16, 2020 · 1 comment
Milestone

Comments

@michaelquigley
Copy link
Collaborator

In #14. we introduced the concept of "factories", alongside the existing actions and lifecycle stages. With the introduction of parenting (#18), we're now allowing those component collections to be amended in "sub-models". The current implementation works great for additive changes, or wholesale replacements of these sets. Where it breaks down is when we want to examine, or selectively remove from those component collections.

Implement better metadata and support for iterating and adjusting these collections programmatically.

@plorenz
Copy link
Member

plorenz commented Mar 29, 2024

I think by adding the Entity model as well as selectors, this is probably covered. I haven't hit any gaps in model manipulation recently.

@plorenz plorenz closed this as completed Mar 29, 2024
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

2 participants