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

Make stamps database capable of using alphanumeric IDs for users #134

Open
tayler6000 opened this issue Jul 2, 2022 · 2 comments
Open
Labels
discussion enhancement New feature or request

Comments

@tayler6000
Copy link
Collaborator

No description provided.

@jmccuen
Copy link
Collaborator

jmccuen commented Jul 15, 2022

What's the motivation for this, given that all discord user ids are integers and we use discord auth for the wiki, so all wik users have a discord id? Is this to support users from other systems such as Slack etc?

The easiest thing to do would be to just change the DB schema and make sure whenever we use Discord IDs to cast them as strings; we'd just need to do some testing to make sure nothing breaks if there are IDs in this table that dont exist in e.g. the discord user list

@tayler6000
Copy link
Collaborator Author

This is a low priority, but Stampy is configured to work with slack and flask as well, and their IDs are alphanumeric.

@tayler6000 tayler6000 added the enhancement New feature or request label Sep 26, 2022
@tayler6000 tayler6000 moved this to In Discussion in Stampy's AI Safety Info Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
Status: In Discussion
Development

No branches or pull requests

2 participants