CCI-MOC / flocx-market

2 stars 9 forks source link

Matcher checks for 'available' offers, but provider creates 'open' offers #121

Closed tzumainn closed 5 years ago

tzumainn commented 5 years ago

It's possible that the issue should be fixed on the provider side.

larsks commented 5 years ago

This looks like another place where we should be validating input data. It also suggests that a flocx-common package that included an OfferStatus enumeration might be useful, so that rather than hardcoding strings into our code we could be using published constants in both the provider and the marketplace.

tzumainn commented 5 years ago

Will be fixed from the provider side: https://github.com/CCI-MOC/esi-leap/pull/10