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

Genericize a list of remembered services #14

Open
krehera opened this issue Nov 1, 2017 · 0 comments
Open

Genericize a list of remembered services #14

krehera opened this issue Nov 1, 2017 · 0 comments

Comments

@krehera
Copy link
Owner

krehera commented Nov 1, 2017

Currently we have columns in the DB directly referencing "Fightcade" "Steam" etc. This allows users to tell the bot their username on other services besides Discord. But if a user wanted to add their info for a service we haven't heard of yet, they cannot. Users need to be able to specify the service themselves.

Because users are stupid and/or error-prone, we will need to assist them to make sure they didn't make a typo. We will maintain a list of services and let the user choose from the list. We will also give them the option to request a new service be added. Until I can think of a better solution, this will send a notification to a human (me) and I will add the requested service to the list manually.

this will require creation of a new DB table and moving the data from the users table to that new table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant