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

Add AutoselectionModes enum #1378

Open
micahstairs opened this issue Oct 5, 2023 · 0 comments
Open

Add AutoselectionModes enum #1378

micahstairs opened this issue Oct 5, 2023 · 0 comments
Labels
backend .php or .sql tech debt Something that doesn't necessarily need to be done now, but it may make future changes harder to do.

Comments

@micahstairs
Copy link
Owner

Right now we have 3 different values (0 = disabled, 1 = enabled, 2 = forced enabled). Instead of passing around integers, let's use constants in an enum class.

@micahstairs micahstairs added tech debt Something that doesn't necessarily need to be done now, but it may make future changes harder to do. backend .php or .sql labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend .php or .sql tech debt Something that doesn't necessarily need to be done now, but it may make future changes harder to do.
Projects
None yet
Development

No branches or pull requests

1 participant