OriginProtocol / origin-bridge

We've moved to a monorepo: https://github.com/OriginProtocol/origin/tree/master/infra/bridge
MIT License
15 stars 7 forks source link

Index reviews #39

Closed micahalcorn closed 6 years ago

micahalcorn commented 6 years ago

Once https://github.com/OriginProtocol/origin-js/issues/149 is completed, we will need to index the reviews so that we can, for example, retrieve all of the reviews associated with a seller even though the reviews are each scoped to a purchase. I don't know if this should be a separate endpoint (/reviews&q=) or if every request should be scoped to an address (be it a listing, a purchase, or a user) using query params with the existing endpoints.

micahalcorn commented 6 years ago

Done via https://github.com/OriginProtocol/bridge-server/pull/67