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

ORM :: Models :: Back population #7

Open
3 of 4 tasks
tmsincomb opened this issue Oct 4, 2024 · 0 comments
Open
3 of 4 tasks

ORM :: Models :: Back population #7

tmsincomb opened this issue Oct 4, 2024 · 0 comments
Assignees
Labels

Comments

@tmsincomb
Copy link
Collaborator

tmsincomb commented Oct 4, 2024

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
@tmsincomb tmsincomb added the epic label Oct 4, 2024
@tmsincomb tmsincomb self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant