stapi-spec / stapi-fastapi

Spatio Temporal Asset Tasking with FastAPI
MIT License
12 stars 4 forks source link

Include order links in opportunity response #28

Closed jsignell closed 3 weeks ago

jkeifer commented 3 weeks ago

I believe, with #80, it is up to the implementer to ensure the order link is correctly populated for each opportunity returned from their ProductBackend.search_opportunities() implementation. I don't think stapi-fastapi can handle this in any generic way as the construction of the order Link object, in particular its POST body, requires product-specific logic.

As such I'm going to go ahead and close this issue out.