Skip to content

Show users a history of their join requests #486

@allanlasser

Description

@allanlasser

We’d like to add a screen that lets users see a history of all of their requests and invitations. This is a pretty simple database query: Invitations where user = X, split into “requests” and “invitations”. We’d make this accessible with a link from the “Organizations” page where we show users an overview of all their memberships and pending requests/invitations.

I started sketching this out in Figma, but we’ll be able to more rapidly prototype this in code. We could either render this as a list of TeamListItems with additional annotations, or keep it simpler and render a table with a historical record of all invitations/requests, their status, and their date—we can try both approaches in code and compare them to see which is more legible.

If a user previously declined an invitation, they can send a new request to join the organization.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions