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

notification for when everyone has taken action on item drop #211

Open
rml9ty opened this issue Feb 4, 2022 · 3 comments
Open

notification for when everyone has taken action on item drop #211

rml9ty opened this issue Feb 4, 2022 · 3 comments

Comments

@rml9ty
Copy link

rml9ty commented Feb 4, 2022

scenario: boss dies, everyone can choose what to do with the dropped items. how do I know that everybody has chosen an action?

It would be cool if there was a notification telling you that everyone has now decided on whether they need the item or not. Otherwise there's always somebody who is late and the items are already in the process of being handed out.

Keep up the good work <3

@evil-morfar
Copy link
Owner

They show up in the voting frame as "selecting response". The thing about notifications is it becomes spammy really quick. Imagine looting 10 items - all a notification could do is something like "All responses received for session 1/[item]" which quickly becomes useless as you have to mentally map session number with the UI (especially if there's multiples of the same items). The alternative is to add a counter to each session (similar to the loot status), but there's not much room left to work with, and imo it becomes clutter.

I'd recommend you look at the responses (maybe filter out passes and autopasses) to see if everyone has responded, and maybe set a timeout so you don't have to wait forever.

@rml9ty
Copy link
Author

rml9ty commented Feb 4, 2022

I see... Would it be possible to add a single notification for when everyone has responded for all items a boss dropped?
of course, a notification for each individual item would make it extremely spammy, absolutely agree with that.

@evil-morfar
Copy link
Owner

Everything's technically possible :)
I'll look into it when time allows.

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

2 participants