You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
-/-
The text was updated successfully, but these errors were encountered:
[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
[4] Additional context
-/-
The text was updated successfully, but these errors were encountered: