You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: