You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands now, after a buyer and seller have agreed to meet, and a transaction ID has been created, the item will no longer appear in the search, as expected. However, by removing the item from ES entirely the posting will no longer appear in the seller's My Posts and the Buyer's Watchlist.
Seems we need to "flag" the item as pending and not remove from ES completely. I plan on taking a look at doing this later tonight, but for now I going to push past this.
Thanks for taking a look if you beat me to it.
Brad
The text was updated successfully, but these errors were encountered:
Devin and I have discussed this. We believe the item needs to stay in inventory until the review process has confirmed the item has been sold. we need to remove item from ES index after the buyer or seller have confirmed they have exchanged the item.
Hi Josh,
https://github.com/HashtagSell/posting-api/blob/develop/lib/data/postings.js#L618
As it stands now, after a buyer and seller have agreed to meet, and a transaction ID has been created, the item will no longer appear in the search, as expected. However, by removing the item from ES entirely the posting will no longer appear in the seller's My Posts and the Buyer's Watchlist.
Seems we need to "flag" the item as pending and not remove from ES completely. I plan on taking a look at doing this later tonight, but for now I going to push past this.
Thanks for taking a look if you beat me to it.
The text was updated successfully, but these errors were encountered: