Add Compare tab (build comparison feature)#9543
Add Compare tab (build comparison feature)#9543oboking wants to merge 40 commits intoPathOfBuildingCommunity:devfrom
Conversation
|
I'll have to play with it once the league start work calms down. Just from the gif you need a ConfigSet dropdown too. You could use the Tree comparison feature in that tab to make direct comparison easier. Not sure how that ends up looking with different jewels and such, though. We've previously been hesitant to add something like this because of performance concerns, but if this just compares the XML it might be okay. |
0baaae6 to
ea630c7
Compare
|
Update: I have been using this during league start and I have at least found it really helpful. No more wondering why phox has more life regen than me, trying to figure out how captainlance got crit capped compared to my character, juggling two windows with the different trees/items/skills etc of your own character and the PoB you are aiming for. I've done a few tweaks to the UI and code to make it more useful, and updated the showcase video with the updates. Nevertheless, there are definitely possibilities for further improvements within this feature and I would love to hear if you guys have any feedback. |
|
I have also used it during league. Thank you |
|
@oboking - any chance you can rebase your branch on the latest from the main repo ? I've imported my build from API - then imported latest snapshot from poe.ninja - the average damage does not match - as one side (the API) - "power charge on critical" I've attached the xml file containing the two builds that I think should be identical... - test.xml |
193cb30 to
c3e78fa
Compare
|
@mantis Would you mind sharing the character account name/poe.ninja/pathofexile.com character link? (You can add "boking" on discord) Based on the XML it looks like one of them has 7 links for some reason while the other has 6 🤔 |
|
@oboking - mini_mooo#5043 and https://poe.ninja/poe1/builds/mirage/character/mini_mooo-5043/LittleMooMo - ones not picking up the 'supported by lvl1 power charge on crit on the kinectic blast skill gem on the chest piece. |
|
@mantis - I see now, yes, this is connected to the new imbued support gems that are not fully supported yet when importing your character. It should be fixed by this pull request. I'll be sure to merge the newest changes to this branch once that is in, until then you can always add the lvl 1 support manually which should resolve the ambiguity 😄 |
|
I'm not sure how much feedback to give (as first step would probably be the main dev's giving some comment on what they think of what you've done so far) - and whether to give any bug reports against your repo, stay here or try to fix myself. My quick observation is it seems really good :) I play with 2 friends this league and we all running same build so it's really easy to spot what is/isn't working as i'd expect. Quality of life feature: would be nice to sort skills within skill group so they match even if order is different. I think there's a bug in some of the compare functionality (but not all) - if I compare me against, https://poe.ninja/poe1/builds/mirage/character/Realfoz-1321 - MH Total Increased and attack speed comparision seems to be wrong:
However lots of the others seems to be completely fine - just seem to have some inconsistency going on in the calculation screen in terms of UI - some show just my friend, some hovers show both of us etc. |
|
@mantis Thank you so much for the feedback! I was able to reproduce the calculation comparison issue you mentioned and have pushed a fix for it. Apart from aligning the data used in the calculations, that fix also aligns the way the tab works more with the "regular" Calcs tab (outside the compare feature). If you have any issues or feedback feel free to reach out and I will have a look! |

A way to address mainly:
#4402
And perhaps also include this type of thing within this feature in the future:
#7816
#8817
Description of the problem being solved:
I myself always end up with one PoB application for my actual imported character from the game, and one application for the goal PoB I'm going for, and I think it's quite annoying having to juggle both windows while trying to figure out why your build might have differences in the numbers compared to the goal PoB. Figuring out what you are missing or why your aren't as strong as you thought you would be or why something isn't behaving as intended for a build can be quite tricky to spot, and maybe something like this could aid in that.
From the view of a build creator, it feels like pointing their users to compare their character with this might remove the need for a lot of personal diagnosing. The need for going to the comment section of a guide or chat of a content creator asking for help related to their guide could perhaps be alleviated a bit with something like this.
There are probably many ways the feature could be improved, but I think it serves most of my needs pretty good.
Video of feature:
showcase__compare.mp4
Feature screenshots:
Quick overview summary of two different PoBs.
Compare two builds in terms of a metric of your choice to easily understand differences.
Compare passive skill trees.
Easily manage leveling trees, tracking, while keeping your real characters tree up to date with PoB using one button.
Compare two characters sets of skill gems.
Easily buy similar items to the build you are comparing.
Compare any value in the calculations tab between the builds, so its easy to spot why a certain value is the value it is.
Compare, edit and copy two PoBs sets of configs.
See the notes of the build you are following or comparing against.
"Buy similar" integration to core items tab
This feature has been super useful, and while it has it's place in the "Compare" tab when using PoB with two builds, people who might just import their goal PoB as the "main"/"only" build could benefit from it as well, hence it could be worth investigating bringing this feature into the regular "Items" tab.Please let me know what you guys think, I've kept a lot of the trade related logic separate both for the sake of readability but also this.
Possible future improvement to the solution to the problem the "Notes" partially aims to solve
This is just an idea of a possible improvement that could be built upon the "Compare" tab in order to better let users follow guides or understand why something is one way or the other.
One thing I have seen a lot when following build guides is the "Notes" section covering things like:
These are all notes that are connected to specific items or gems or the different "tabs as a whole", and one could entertain the idea to perhaps "bake" the information of what is usually in the "Notes" tab into the specific tabs and then show them in the "Compare" tab, by letting the users put notes on either items or gems, for example. Then when using the "Compare" feature, if there are any relevant notes on for example an item, a button like this could exist which would open the note text related to the item.
Just an idea but maybe something that could perhaps be useful.
I would love to hear your guys input on the features and if you have any suggestions or feedback! 😄