Anyone using Feature Flags ? continuous development / Feature Management

Hello,

Is anyone doing feature flipping ? (Turning on different sets of features for different users)

I found a few platforms (Launch Darkly, Optimizely) as well as some Django or Flask Libraries.

Any opinions ?

I would like to expose some of my friendliest users to some bleeding edge features…

Anything particularly Anvil friendly or hostile ?

Thoughts welcome.

Cheers,
Tyler

I think you might be asking about Role-Based Authentication?

Quick-fix: Make a Table called user_privileges and set a function to check if a User is part of BOTH tables, THEN, disable/enable Form or Button or Link etc.

2 Likes

follow on… here’s a post from @alcampopiano where he describes his database set up for controlling access to certain content

1 Like