This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Description
Issue
Currently, on member's page displays all the users irrespective of whether they are verified RDS Discord users or not. We want to only show the verified users on the member's page. Also, if the user is not RDS verified user mark the user archived.
How to know if a user is a verified RDS discord user?
If a user is a verified RDS discord member then user data will have a field in_discord inside the roles property set to true, otherwise false.
Acceptance criteria