You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a page to be able to approve accounts. This page will be known as the notifications tab. Note that only admins will be able to access this page. The process for how this will work is simple. First we will get all accounts that have not been approved. We will then display each account using the special cards shown on figma. Then users will have the option to accept or deny an account. In both cases we will want to send an email to that user indicating their approval status. If a user has been accepted then we need to modify their status state to be true on MongoDb. If a user is rejected then we need to delete the respective document on MongoDb and Firebase.
Description
We need a page to be able to approve accounts. This page will be known as the notifications tab. Note that only admins will be able to access this page. The process for how this will work is simple. First we will get all accounts that have not been approved. We will then display each account using the special cards shown on figma. Then users will have the option to accept or deny an account. In both cases we will want to send an email to that user indicating their approval status. If a user has been accepted then we need to modify their status state to be true on MongoDb. If a user is rejected then we need to delete the respective document on MongoDb and Firebase.
Requirements
The text was updated successfully, but these errors were encountered: