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

API to Sync RDS and Discord members using inDiscord flag #140

Open
3 tasks
nashitshayan opened this issue Apr 11, 2023 · 0 comments
Open
3 tasks

API to Sync RDS and Discord members using inDiscord flag #140

nashitshayan opened this issue Apr 11, 2023 · 0 comments
Assignees
Labels
backend enhancement New feature or request

Comments

@nashitshayan
Copy link

Overview

We want to sync the verified users that are on our discord server with the list of users that are registered in our RDS db. We want to keep track of members who have not yet verified themselves, those who are new, and those that have left our discord server.
We no longer want to keep the record of users in our RDS db that have either left or have been removed from our server. This API will serve as a stepping stone for many features to be developed further.

User Stories

  • For now, this API will be used internally by admins to sync the data.
  • When the API is called, it should take in the current list of our discord members and sync it with the existing list of verified users in our RDS backend, marking them with a inDiscord boolean property and return the updated list.
  • It should give us stats like x users left, y users newly joined.

Acceptance Criteria

  • Should correctly sync the data
  • Should return the updated list of users in our RDS backend
  • Should also return with a number of newly joined and number of user who have left our discord server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant