orchestrator-core
orchestrator-core copied to clipboard
[Feature]: Store additional resource type information in the database
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