Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering loot history by item name #143

Open
guliano opened this issue Dec 27, 2017 · 6 comments
Open

Filtering loot history by item name #143

guliano opened this issue Dec 27, 2017 · 6 comments

Comments

@guliano
Copy link

guliano commented Dec 27, 2017

Hi, can tou add feature for filtering loot history by item name?

@evil-morfar
Copy link
Owner

How would filtering by item name be useful?

To me it would just be a very big list of mostly useless names. I can only imagine a few items (tier tokens, trinkets) that actually makes sense to filter for, in which case filtering by item type would be more useful. Filtering by item name would also require a scrollable menu, which requires a lot of extra code.

@guliano
Copy link
Author

guliano commented Jan 5, 2018

It would be useful to see who received specific item. Now is hard to find this information by scrolling long list

@evil-morfar
Copy link
Owner

This list would still be potentially several thousand items long - I just don't see a good way to implement it nor make it useful.

I noticed sorting by item doesn't sort the history properly - I'll fix that next update. This way it's as easy to find a specific item as your suggestion, and would still enable you to see whom a specific item has been awarded to.

@SafeteeWoW
Copy link
Contributor

Filter by item type.
Filter by min item level
could also be very useful

@evil-morfar evil-morfar mentioned this issue Jan 24, 2018
9 tasks
@evil-morfar evil-morfar added v2.9 and removed v2.8 labels Jul 24, 2018
@mcd8604
Copy link

mcd8604 commented Mar 30, 2020

I actually export the data to spreadsheet so that we can do exactly this filter. We want to see, for example, all of the players that received Azuresong Mageblade over the past 4 months of raiding. We can do this easily in the spreadsheet using a simple filter, but we can't do this in the addon. This is a procedure that we perform regularly. I want to also note that the number of entries passing through the filter is often only a handful. Our council will go through a list of items regularly and see who has gotten them in the past and then discuss who is next in line and then re-prioritize. I would suggest that sorting by name isn't necessary, but I don't know if you need to sort first in order to filter so .. maybe it's not feasible.

@evil-morfar
Copy link
Owner

@mcd8604 Still, using the current implementation is not feasible. #179 is the way to go for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants