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

feat(?): ⭐ Discord ID as unique identifier for users #3

Open
Nudelsuppe42 opened this issue Sep 8, 2024 · 0 comments
Open

feat(?): ⭐ Discord ID as unique identifier for users #3

Nudelsuppe42 opened this issue Sep 8, 2024 · 0 comments
Labels
feature/api New feature or request

Comments

@Nudelsuppe42
Copy link
Contributor

[1] Feature Description
In general, a Discord ID is unique, but right now the DB schema does not think it is (there may be duplicated entries right now).
Converting the discordId to be unique would allow to query users by it and link users to e.g. claims just by their discord Id without the need to fetch users by other means (which involves an additional request).

[2] Screenshots
-/-

[3] Scope

  • DB Schema
  • Claim endpoints with owner or builder connect (also team public endpoints!)
  • possibly the search user endpoints

[4] Additional context
-/-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/api New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant