Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

See also https://issues.apache.org/jira/browse/SLING-3148Image Removed for the timeline/history of this.

For now we have a basic prototype at http://svn.apache.org/repos/asf/sling/whiteboard/bdelacretaz/feature-flags/Image Removed that allows for checking if a named feature flag is active or not. This is the easy part.

...

As described by Roy Fielding on the Sling dev list (http://markmail.org/message/rueoiuacmft5fdetImage Removed)

Likewise, you should expect to have both a global setting for each flag and a per-user mask, and the person running the flip switch control panel needs to be able to choose from

a) off for all users
b) off for unassigned users
c) proportional assignment to on (X out of N users, max M)
d) logical (custom code) assignment to on
e) on for unassigned users
f) on for all users

...