Single Review Appearing Twice under Profile

I’m so frustrated with the number of bugs in the HE system. As I’ve (as well as many others) complained before the number of exchanges displayed on HE is WRONG. It is doubled because HE seems to think ONE exchange between two parties should be counted as TWO exchanges…2 for the Host and 2 for the Guest. RIDICULOUS.

Now I see the Reviews seem to be messed up in the same or similar way. On the listing page, it says I’ve gotten 46 reviews which seems right given a few didn’t leave one. And, each review is posted ONE time. But, when you look at my Profile page, it shows some reviews TWICE. I’ve noticed this when looking at other member profiles as well. There’s no reason for this. It’s not possible for a member to leave more than 1 review per exchange.

Refering back to the incorrect # of exchanges issue you can see HE is not being consistent. I’ve done approximately 48/49 exchanges but you display 97…yet you display the # of reviews I have as 46. Clearly, this doesn’t make any sense. The # of reviews should be close to the # of exchanges, adjusted for those who didn’t leave a review. And, a review should be posted ONCE, not twice. There shouldn’t be any difference between the Reviews that appear under my Profile and what appears within the listing.

1 Like

I can understand your frustration about this. I understand that it is due to the merger, when the two systems merged the platform had to count every reciprocal exchange as if it is two exchanges - one as the guest and one as the host. I think it is however widely known by members that when it says someone has done 97 exchanges, it doesn’t actually mean 97 exchanges. It does however show that you are a very experienced Home Exchanger and you have done a lot of exchanges :slight_smile: I have chased this issue with the product team and they do have this on their agenda to fix, but i’m afraid it isn’t an easy fix (a whole new system is needed). So it is being fixed, but it will take some time.

Two identical reviews appear because a reciprocal exchange has taken place. What HE could do in the meantime is, to at least, to allow making two separate reviews: one to evaluate our experience as guests and another to evaluate our experience as hosts, allowing us to write two different comments instead of just one. That way, we wouldn’t end up with two duplicated comments in our profile page.

2 Likes

While I’m glad the subject of over-counting the number of exchanges is acknowledge and on a to-do list….that isn’t what I wrote about (though I have in the past). This was about double-posting the text of REVIEWS (not the count of REviews nor the count of Exchanges).

Having been a developer/analyst/designer of systems I don’t see this as needing a ā€˜whole new system’. There is logic in the program that posts the reviews on the members’ profile. Obviously, there is code that controls whether it’s posted once or twice. It should be a rather simple modification to do it only ONCE…period…no other condition statements. Going back and correcting the history of past Reviews would be, yes, more complicated but doesn’t necessarily need to be ā€˜cleaned up’. Instead, modify the logic going forward so all new Reviews are posted only ONCE.

As for the # of Exchanges issue, the same approach could be taken. Instead of taking a more complex approach to fixing the number based on PAST EXCHANGES and converting those records, HE could choose to modify the program going forward to count each exchange as only ONE. In fact, it would simply the logic/code because it wouldn’t have to differentiate between a Guest Point Only transaction as ā€˜1’ and a Reciprocal exchangea s ā€˜2’…..all transactions would be treated the same….a count of ONE.