OAGi / Score

Score
MIT License
9 stars 6 forks source link

Notifications for admins when there is a pending account #1525

Closed smorgan19 closed 1 year ago

smorgan19 commented 1 year ago

Would it be possible to have some sort of a notification or visual ui method for showing that there are pending accounts ready to be enabled? In current admin window area, the user request can get lost if you are not constantly checking to see if there are new accounts.

hakjuoh commented 1 year ago

@smorgan19 I would like to propose the following approach to implement the feature:

  1. Notification on New Account Creation: Whenever a new account is created and remains in a pending state, all administrators will receive a notification. The notification will provide relevant information about the newly created account.
Screenshot 2023-07-27 at 12 03 01 PM
  1. Notification Icon Interaction: Upon receiving the notification, administrators can click on the notification icon. Clicking on the icon will seamlessly direct them to the message list.
Screenshot 2023-07-27 at 12 03 15 PM
  1. Account Approval Link: Within the notification message, administrators will find a convenient link. This link will be directly associated with the pending account and will lead them to an account approval page.
Screenshot 2023-07-27 at 12 03 31 PM
  1. Review Pending Account Page: Upon clicking the provided link, administrators will be redirected to the "Review Pending Account" page.
Screenshot 2023-07-27 at 12 03 40 PM
smorgan19 commented 1 year ago

Awesome, this would be really helpful in the long run.

bingqi2045 commented 1 year ago

Tested with three admin accounts.

The pending account is created through SSO with auth0 as the provider.

All three admin accounts receive the message for awaiting approval of pending accounts.

Once the pending account is approved by one admin account, the other admin accounts will see the status for the pending account is changed to "linked".