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

No flood function #94

Open
Shishiaha opened this issue Feb 11, 2020 · 1 comment
Open

No flood function #94

Shishiaha opened this issue Feb 11, 2020 · 1 comment

Comments

@Shishiaha
Copy link

Shishiaha commented Feb 11, 2020

Hello, i would like to suggest a feature as QoL.

Use case

Whenever you put an alert for items, you can get multiple whispers for the same guy because he did put multiple sales.

Possible solution(s)

Remember nickname for the following 5 second to prevent flooding the same guy

Thank you guys !

@thisismydesign
Copy link
Member

Yes, this is something I already had in mind. If we get multiple results from the same user for the same search, we can group them and show a single notification that displays the number of items listed.

Timeframe based aggregation, as you requested, would be more difficult to implement. The way we get updates about new items is that they are aggregated if they get listed together. For example, if someone lists 50 of the same fossils for the same price via the fossil tab, we'd probably get those items at once. Initially what we could do is aggregate these. IMO this would cover most cases but it's possible that you get flooded by someone listing items 1-by-1 or that you get 5 notifications about 10 items listed. But it'd be a start.

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

No branches or pull requests

2 participants