Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User- inDiscord Feature #139

Closed
bhtibrewal opened this issue Apr 7, 2023 · 1 comment
Closed

User- inDiscord Feature #139

bhtibrewal opened this issue Apr 7, 2023 · 1 comment
Assignees
Labels
backend documentation Improvements or additions to documentation feature task A big ticket item that needs to come up as a feature frontend

Comments

@bhtibrewal
Copy link

bhtibrewal commented Apr 7, 2023

Functional Requirements - Frontend

  • Create 4 Tabs - IsInDiscord, Verfified, Not Verified and filter users based on the tag.
  • Show user details when clicking on one of the users.
  • In the user details section show roles assigned to the user and an option to add more roles
    image

Discord Bot

Create a GET /discord-members API that calls /members?limit=1000 (limit: 0-1000, default:1000 ) which returns a list of discord member's data.
Additional Permission Required: GUILD_MEMBERS Privileged Intent


RDS Backend

| POST /users/sync-inDiscord | Sync RDS users inDiscord role with Discord members |

| GET /users/search | Get RDS users with role: in_discord = true , and verified users|

@bhtibrewal bhtibrewal self-assigned this Apr 11, 2023
@bhtibrewal bhtibrewal added feature task A big ticket item that needs to come up as a feature frontend labels Apr 13, 2023
@bhtibrewal bhtibrewal changed the title Make the Frontend for User Management Feature User Management Feature - Frontend Apr 13, 2023
@bhtibrewal bhtibrewal changed the title User Management Feature - Frontend User- inDiscord Feature Apr 30, 2023
@bhtibrewal bhtibrewal added documentation Improvements or additions to documentation backend labels May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend documentation Improvements or additions to documentation feature task A big ticket item that needs to come up as a feature frontend
Projects
None yet
Development

No branches or pull requests

2 participants