Closed pcrespov closed 1 year ago
TODO: ANE's input: group namespace for all model variantes of a resource model incluing default definitions
e.g.
ProjectCRUDModels = ModelsCRUDGroup[ProjectSchema]
ProjectCRUDModels.Create(include={
"name",
"description",
"prjOwner",
"thumbnail",
"workbench",
},)
ProjectCRUDModels.Update()
...
TODO: ANE's input: add trace of reference class (e.g. __copy_model_ref__
)
This is proven to be unreliable and now iwth the new pydantic it is does not worth the effort
packages/pytest-simcore/src/pytest_simcore/helpers/utils_dict.py
for prototype implementation)datamodel-codegen(jsonschema)
->ModelClass.py
->ModelClass
objcreate_model/copy_model
->ModelClass
obj ->ModelClass.py
_Originally posted by @GitHK in https://github.com/ITISFoundation/osparc-simcore/pull/2701#discussion_r780287251_