Aireil / FFLogsViewer

Dalamud plugin to view FF Logs ranking percentiles in-game
47 stars 16 forks source link

[Feature Request] Add All-Star Points #17

Closed gamescom15 closed 2 years ago

gamescom15 commented 2 years ago

Something like a header showing the all-star points, although i am not sure how to implement it so that it's understandable in the UI without adding too much text around it.

I was thinking something like this: fflogs_asp

But i can see how you could easily confuse the headers for Kills and the ASP rank. Any ideas?

Aireil commented 2 years ago

I wanted to add ASP somehow, but as it's split based on jobs + split again on partitions, I just gave up the idea for now. I'm not too versed in that metric, so I'm not exactly sure what people would want to see in general.

malcolm-smith commented 2 years ago

Seeing current rank would be a great addition to the table image Easy to see if someone's highest parse is historically high or presently high. For example, this p4s parse is historically pink but has the current rank of orange.

image Maybe adding another row to this menu for 'rank' and showing the colour of that rank would be a good start. Would also have to change dynamically like the parse percentile when changing between rdps, adps, and ndps. image

Aireil commented 2 years ago

If the partition doesn't matter, I can add points and rank stats per encounter easily. For ranks, wouldn't it better to have this %? Although I can just add both options I guess. g7TWIPm

While I'm at it, are people interested in detailed percentiles? e.g., if the API gives me 87.9735, I just display 87, same as ff logs profiles. But I could just have a setting to display with more precision, if that's desirable.

malcolm-smith commented 2 years ago

I personally like the rank more than the current percentile, since that is most similar to what is shown on the actual fflogs page. As far as detailed percentiles, fflogs seems to round to 1 decimal place for most things, like perf averages. image

malcolm-smith commented 2 years ago

Also just an idea for the interface for handling partitions, you could add another dropdown menu here beside 'rdps'. image Could have an 'all', '6.0' and '6.1' option

Aireil commented 2 years ago

I'm not willing to handle partitions, it's something that is zone based and overall just annoying. If you want to see in details a breakdown per partition, I'd suggest clicking the "Viewing..." to open the FF Logs page in browser.

I'll add all stars points / rank / rank percent stats per encounter though.

Aireil commented 2 years ago

I'll add all stars points / rank / rank percent stats per encounter though.

Available in 2.0.3.0.

gamescom15 commented 2 years ago

Thanks!