Skip to content

Create a users directory #159

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

Closed
5 tasks done
ivanminutillo opened this issue Feb 2, 2022 · 4 comments
Closed
5 tasks done

Create a users directory #159

ivanminutillo opened this issue Feb 2, 2022 · 4 comments
Labels
Good first issue Start here if you want to become familiar and contribute to the bonfire codebase Zappa project

Comments

@ivanminutillo
Copy link
Contributor

ivanminutillo commented Feb 2, 2022

Related to #215 #217

  • Create a specific route that list all the users that belong to the instance
  • Make the user list visible to guests/users/admins, based on a setting in instance config
  • Filter user list based on boundary
  • Instance-level default discoverability setting controls user being filtered
  • User-level changing of the discoverability setting edits their user profile boundary
@ivanminutillo ivanminutillo added New Issue Good first issue Start here if you want to become familiar and contribute to the bonfire codebase labels Feb 2, 2022
@ivanminutillo ivanminutillo added this to the Bonfire Social - alpha milestone Feb 2, 2022
@jjl
Copy link

jjl commented Feb 3, 2022

Because of how things are split up at the moment, it will need to go into bonfire_social (even though it's more of a bonfire_me thing).

it should filter for local users who are public (who you may :see, :read). the MVP would just be listing ordered by id (i.e. creation date)

@jjl
Copy link

jjl commented Feb 3, 2022

i would also like to get in here now and add that this is not a feature many instances would want to have at all and it should be easily disabled.

@KarenKonou
Copy link

Even if an instance has the feature enabled, there should still be an option for users to opt-out individually (mastodon does this for example)

@edumerco
Copy link

Create a specific route that list all the users that belong to the instance.

Good, it should be linked from the admin panel, at least.

The route is visible to guest and it will be linked from the homepage

I'm not sure exactly why, but in that case, can a person opt out from the public directory?

mayel added a commit to bonfire-networks/bonfire_me that referenced this issue Jul 22, 2022
mayel added a commit to bonfire-networks/bonfire_boundaries that referenced this issue Jul 22, 2022
mayel added a commit to bonfire-networks/bonfire_valueflows that referenced this issue Jul 22, 2022
@mayel mayel reopened this Jul 22, 2022
mayel added a commit to bonfire-networks/bonfire_ui_me that referenced this issue Jul 22, 2022
mayel added a commit to bonfire-networks/bonfire_me that referenced this issue Jul 22, 2022
mayel added a commit to bonfire-networks/bonfire_boundaries that referenced this issue Jul 22, 2022
@mayel mayel closed this as completed Jul 22, 2022
ivanminutillo added a commit to bonfire-networks/bonfire_ui_me that referenced this issue Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Start here if you want to become familiar and contribute to the bonfire codebase Zappa project
Projects
None yet
Development

No branches or pull requests

5 participants