Skip to content

feat(admin): invitations page

Šárka Palkovičová requested to merge palko/STR-1337/invitations_page into main

Description

feat(admin): invitations page

  • A new page with a list of pre-approved invitations was added to the group detail.

How to test

Run locally and check the new group Pre-approved invitations page. Try filtering and sorting data. For example, try this group: https://gui-dev.perun-aai.org/organizations/4084/groups/21500.

Author's checklist

  • I have followed the contribution guidelines
  • This MR has been tested or does not change functionality
  • I have added relevant merge request dependencies (if this MR has any)
  • I have added the correct labels
  • I have assigned reviewers (if any are relevant)
  • I have edited the documentation (if the changes require it) or I have noted the need for the change if I do not have access to the documentation
  • I have marked all introduced BREAKING CHANGES or necessary DEPLOYMENT NOTES in the commit message(s)

Reviewer's checklist

  • This MR has been tested or does not change functionality
  • This MR has correct commit message format

Other information

  • Merge after: perun!4427 (merged)

  • The code in group-invitations.component.ts is prepared to filter data by expiration range, but it will be added in the next task.

Related issues

re STR-1337

Merge request reports