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
Add admin config to always show manually selected users on "Suggested people to follow" list #10917
Add admin config to always show manually selected users on "Suggested people to follow" list #10917
Conversation
|
I like the naming. "Prefer x" is a good type of config language we can integrate more. 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @sidemt! Thanks so very much for taking this issue on and submitting this PR 😸
I left a couple of comments and suggestions for you, let me know what you think!
Improve the wording of the description of prefer_manual_suggested_users Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
|
@vaidehijoshi @lisasy Thanks for the review! I made changes according to your comments so could you please check again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the updates to this PR! I've restarted the build for you, and once it passes, we should be able to get this merged :)
What type of PR is this? (check all applicable)
Description
I also made some related fixes:
Related Tickets & Documents
Closes #9367
QA Instructions, Screenshots, Recordings
http://localhost:3000/admin/config > Under "All Site Configuration" > Onboarding
I added a checkbox

I don't know if there is an easy way to see the onboarding process again but if you visit http://localhost:3000/users?state=follow_suggestions you can see the list of users in JSON format. You can validate that the list changes according to this config.
Added tests?
Added to documentation?