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
hjp
April 16, 2020, 7:39am
2
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
Hello all,
Here is a selection of apps that I have built as part of my job a research analyst. Anvil has made a massive difference in how I get my job done.
Research portal
The research portal is the central hub we use to connect staff to all (most) other resources offered by our department. It contains a curated list of files and applications, a chat window, and a search bar.
[portal]
The portal uses a flavor of Role-Based Access Control that includes so-called “Attributes” (RBAC-A). More …
1 Like