Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

migrate existing linked datasets #453

Open OwenPriceSkelly opened 3 months ago

OwenPriceSkelly commented 3 months ago

as of #452, there's one true way to represent linked datasets (EntrypointMetadata.datasets) and one false way (ModelMetadata.datasets), which is currently used by the frontend here.

Once the frontend is looking at EntrypointMetadata.datasets instead of the more deeply nested ModelMetadata.datasets for the display, we need to: