ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 3 forks source link

Species List API Endpoint #88

Closed ChromaticPanic closed 3 weeks ago

ChromaticPanic commented 1 month ago

The front end needs an endpoint to get the species list that is part of the model.

If we are making a few models available simultaneously: for example the 15 seed and 22 seed models then I think this information should be returned as part of /model-endpoints-metadata api route.

After some consideration this should just be a separate api route to get all the seeds we know about. It doesn't matter for the front end if a species isn't in the model.

This information is required for the analyst feedback process in the front end