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

Profile Permissions: Event Attendees #48

Open
ChaelCodes opened this issue Sep 26, 2021 · 1 comment
Open

Profile Permissions: Event Attendees #48

ChaelCodes opened this issue Sep 26, 2021 · 1 comment

Comments

@ChaelCodes
Copy link
Owner

Description

** This is dependent on #7 **
For our more private profiles on ConfBuddies, let's allow users to limit their visibility to folks who have attended or will attend an event with them.

Let's add a new permission to Profiles. this would be added to the visibility enum.

  • event attendees (only friends and those who are attending the same event can see the profile)
@ChaelCodes
Copy link
Owner Author

Idea:

  • Profiles with permission "Event Attendees" are not visible on the event unless the viewing profile is attending
  • The profile page IS visible if the viewing profile has attended any event with them in the past

The real issue with event attendees permission is cross-joins. One profile is fine. One event is fine. All profiles and all events is rough.

We can control the perspective of the page to fix this.

Open Q: How does this work with scopes? (The permission) Can I pass an event to include profiles with event attendees permission?

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

No branches or pull requests

1 participant