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

Adjust Feed Algorithm to Prevent a User's Posts from Appearing Multiple Times in a Row #11523

Open
michael-tharrington opened this issue Nov 20, 2020 · 1 comment
Labels
area: homepage homepage and feed area: moderation tooling, blocking, fighting spam or code of conduct abusers

Comments

@michael-tharrington
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Occasionally spammers have tried to game the feed and flood posts onto the site (see https://dev.to/devteam/spam-sucks-dm8).

And then, there are cases where a new user joins up and adds their blog via RSS. They often go through and publish all of their drafts at once, inadvertently flooding the home feed with their posts. This is problematic for readers, but also could cause issues for the user. They could potentially be attacked in the comments section because they're perceived to be a spammer, when in fact they mean no harm. This would be a confusing and traumatic first experience for the user.

Describe the solution you'd like

Adjust the feed algorithm in such a way that you don't see multiple posts by a single user in a row on the home feed (https://dev.to/). AS a bonus, I think it would also be good to adjust the tag feeds (e.g. dev.to/t/javascript) in the same way.

Describe alternatives you've considered

Perhaps if a user is following someone, it could allow for the person's post to appear multiple times in a row.

Additional context

I think this is important as we look to improve the way we elevate the good stuff as mentioned here - https://dev.to/devteam/improving-the-way-dev-elevates-the-good-stuff-39an.

@github-actions
Copy link
Contributor

Thanks for the issue! We'll take your request into consideration and follow up if we decide to tackle this issue.

To our amazing contributors: issues labeled type: bug are always up for grabs, but for feature requests, please wait until we add a ready for dev before starting to work on it.

To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem/oss and we will follow up within 3 business days.

For full info on how to contribute, please check out our contributors guide.

@cmgorton cmgorton added area: moderation tooling, blocking, fighting spam or code of conduct abusers and removed area: fighting abuse labels Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: homepage homepage and feed area: moderation tooling, blocking, fighting spam or code of conduct abusers
Projects
None yet
Development

No branches or pull requests

3 participants