Skip to content

ORM :: Models :: Back population #7

@tmsincomb

Description

@tmsincomb

Goal

Get working all-in-one back population for values_quant without the need for IDs other than the object UUID

example

create_value_quant(
    db: Session,
    value: decimal.Decimal,
    object: str | uuid.UUID,
    desc_quant: int | str | DescriptorsQuant,
    desc_inst: int | str | DescriptorsInst,
    value_blob: None | dict[str, Any] = None,
    instance: None | int = None,
    orig_value: None | str = None,
    orig_units: None | str = None,
)

TODO:

  • curate input data from morphology
  • models.py
  • basic crud functions
  • complex back_population

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions