Real-Dev-Squad / website-members

The part of the website that shows the members of RDS
https://members.realdevsquad.com/
17 stars 128 forks source link

Display only discord verified users on members page #541

Open manish591 opened 1 year ago

manish591 commented 1 year ago

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