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

Store user support level in user table #11690

Open
nanaya opened this issue Nov 26, 2024 · 0 comments
Open

Store user support level in user table #11690

nanaya opened this issue Nov 26, 2024 · 0 comments

Comments

@nanaya
Copy link
Collaborator

nanaya commented Nov 26, 2024

Currently the value is calculated by checking their supporter tag duration which isn't exactly fast (and even worse if doing it for multiple users at once).

It's supposed to be shown on user cards but currently only on list view due to the issue above.

Add a new support_level (unsigned tinyint not null default 0?) column on users table which value is updated whenever supporter tag is applied or removed.

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

2 participants