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

Domain & Integration: marshmallow as a Factory implementation #62

Open
3 tasks
lhaze opened this issue Sep 4, 2019 · 0 comments
Open
3 tasks

Domain & Integration: marshmallow as a Factory implementation #62

lhaze opened this issue Sep 4, 2019 · 0 comments

Comments

@lhaze
Copy link
Collaborator

lhaze commented Sep 4, 2019

There already is a BasicFactory implementation of IFactory interface. However, trying to analyze the connection between Entity, Repository, Factory, and DAO patterns, I noticed that I need to decomposite a more sophisticated example of Entity relations and modeling them into a Factory composite.

To do:

  • introduce marshmallow, marshmallow-enum & marshmallow-annotations (or a minimal subset of those dependencies)
  • create a marshmallow implementation of IFactory
  • analyze if all of the above dependencies are a necessity, or should some of their code be incorporated to the codebase.

It's a part of an approach to solving question #40.

@lhaze lhaze added this to the 0.1 milestone Sep 4, 2019
@lhaze lhaze self-assigned this Sep 4, 2019
@lhaze lhaze added this to To do in Domain Tier via automation Sep 4, 2019
@lhaze lhaze added this to To do in Integration via automation Sep 4, 2019
@lhaze lhaze moved this from To do to In progress in Domain Tier Sep 4, 2019
@lhaze lhaze moved this from To do to In progress in Integration Sep 4, 2019
@lhaze lhaze modified the milestones: 0.1, 0.2 Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Domain Tier
  
In progress
Integration
  
In progress
Development

No branches or pull requests

1 participant