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

Interest groups page might not load member entry corresponding to logged in user #2596

Open
danielyanghansen opened this issue Mar 22, 2022 · 0 comments

Comments

@danielyanghansen
Copy link
Member

Currently, it is possible for an interest group page to load an incomplete list of its members.

Main problem here:

The incomplete list can omit including the user that is currently logged in and inspect the group, which causes some problems:

  • The page assumes the user is not part of the interest group, and therefore renders the "sign up to group" version of the page.
  • Since the user has no correct button, they cannot leave the interest group

Attempting to sign up again returns an error (as expected)

Possible solutions:

  • Include all users in list
  • Force requesting user to be included in start of list (after group leaders)
@danielyanghansen danielyanghansen changed the title Interest groups page can return incomplete list of members Interest groups page might not load member entry corresponding to logged in user Mar 22, 2022
@eikhr eikhr added the frontend label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants