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

Removed canceled users from displaying in dashboard #1466

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

anagradova
Copy link
Contributor

A note to PR reviewers: it may be helpful to review our
code review documentation
to know what to keep in mind while reviewing pull requests.

Description

Adjusted the manage-users.html template to not display users with a canceled invite. Also, added the option to cancel a user in addition to resending the invite.

This should include:

This addressed the request in #1155

image

TODO (optional)

Security Considerations

NA

  • None; this is a documentation update with publicly available information.

@anagradova anagradova requested review from ccostino and heyitsmebev and removed request for ccostino and heyitsmebev April 22, 2024 20:07
Copy link

@heyitsmebev heyitsmebev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM

Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @anagradova!

In the future we may want to consider doing the filtering out of the invite status in the view code itself so when we're retrieving the records from the database, we're only grabbing the records that we need from the source. This way we're not returning a larger set of data than we need and adding extra excluding/filtering logic in the UI.

However, not a concern for now! We're dealing with a small set of records for these things, and this page will be revisited in the future for larger-scale changes. 🙂

@ccostino ccostino merged commit 27117d8 into main Apr 23, 2024
8 checks passed
@ccostino ccostino deleted the 1155-remove-expired-invites branch April 23, 2024 16:45
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

Successfully merging this pull request may close these issues.

Bug: No way to remove invitees with expired invites from the team members section
3 participants