HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

When a posting has an offer proposal that has been accepted, it should be excluded from search results #78

Open brozeph opened 8 years ago

brozeph commented 8 years ago

Today, status of a posting transaction is stored in the transactions collection and there are three possible values:

When the transaction status is set to pending or completed, the posting for which the transaction applies should no longer show up in search results (i.e. should be removed from the ES index).

brozeph commented 8 years ago

All set on this - assigning to @that1guy for additional comments and verification

that1guy commented 8 years ago

Issue described in #90