minder icon indicating copy to clipboard operation
minder copied to clipboard

Remove user_management feature flag

Open eleftherias opened this issue 1 year ago • 4 comments

Remove the user_management feature flag, either by releasing the feature or deleting it.

eleftherias avatar Feb 13 '25 09:02 eleftherias

Hey, can I work on this?? could you please give some direction??

Mujib-Ahasan avatar Nov 09 '25 10:11 Mujib-Ahasan

I think the feature should be completely released, so this would be cleaning the up the usage of the flags to make the code always take the positive (flag enabled) path (and clear out any related dead code).

evankanderson avatar Nov 09 '25 17:11 evankanderson

So, I have to delete the flag and the corresponding functionalities of it without breaking the code, right @evankanderson??? also is there any documentation of using this flag??

Mujib-Ahasan avatar Nov 09 '25 19:11 Mujib-Ahasan

The flag defaults to false currently, but all known usage sets the flag to true.

This means finding the if flag {....} code, and removing the if and keeping the ....

evankanderson avatar Nov 09 '25 20:11 evankanderson