python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.35k stars 669 forks source link

Linked otnames #658

Closed lemonsaurus closed 3 years ago

lemonsaurus commented 4 years ago

We'd like to be able to link otnames together, so that they always appear at the same time. This issue needs to be handled at the same time as the problem is solved on the site side, because both will rely on each other for proper testing. The site issue can be found at https://github.com/python-discord/site/issues/310.

For example, we may want the following names to always appear together: #ot0-what-is-your-name? #ot1-what-is-your-quest? #ot2-what-is-your-favorite-color?

The basic idea is that, whenever we link names together, we will add all the names to all the otnames objects in this linked_names field. That way, no matter which one you get, you will have all the information you need without making additional queries.

scragly commented 4 years ago

Stalled until the API side is implemented.

Xithrius commented 3 years ago

Is this still a feature that is wanted?

lemonsaurus commented 3 years ago

I see no real point in it. today's system works well.