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

Add mod-private info to network profile #1410

Open
cellio opened this issue Sep 19, 2024 · 1 comment
Open

Add mod-private info to network profile #1410

cellio opened this issue Sep 19, 2024 · 1 comment
Labels
area: ruby Changes to server-side code complexity: average Not particularly hard, not particularly trivial. priority: medium type: change request New feature or request

Comments

@cellio
Copy link
Member

cellio commented Sep 19, 2024

Follow-on to #1409:

The "all communities" list is currently not sensitive to who's asking; it shows public information from the user's profiles across the network. We should add some information for moderators and admins, including the number of deleted posts (we show the undeleted post count now) and whether the user is suspended. After #767 there might be other things it makes sense to add, but this will do for now.

The check would be: when viewing this list of profiles, for each profile, if current_user is a mod/admin on the target community, show this info, else not. We do a similar sort of thing in the dashboard, where you see the number of pending edits only if you can review them there.

@cellio cellio added area: ruby Changes to server-side code type: change request New feature or request priority: medium complexity: average Not particularly hard, not particularly trivial. labels Sep 19, 2024
@cellio
Copy link
Member Author

cellio commented Sep 23, 2024

Do this after #1411, because we'll need a similar mechanism here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ruby Changes to server-side code complexity: average Not particularly hard, not particularly trivial. priority: medium type: change request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant