orchestrator-core icon indicating copy to clipboard operation
orchestrator-core copied to clipboard

[Feature]: Store additional resource type information in the database

Open hanstrompert opened this issue 10 months ago • 0 comments

Contact Details

@surf-anieuwland

What should we build?

Store enough information in the database to create the domain model without the need for the Pydanctic model. This should potentially optimize the speed of the domain model endpoint.

Store additional resource type information in the database:

  • type of resource type (int, str, UUID, …)
  • Resource type constraints (min, max, …)
  • resource type default values
  • ...

Relevant pseudo code


hanstrompert avatar Feb 13 '25 23:02 hanstrompert