Skip to content

Add bool value (on/off) as toggle type (i.e attribute) #7

@bittner

Description

@bittner

Currently, we have 4 choices the "key", which represents the type of feature toggle:

  1. module
  2. start_date
  3. end_date
  4. time_bomb

What seems to be missing is a simple "on/off" value, a boolean to turn a feature on or off.

Also, from the existing 4 attributes, only start_date and end_date are described in the docs. It would be nice to have their roles explained. The concept is a bit hard to grasp at the moment.

As a workaround and for simplicity, we have settled to use the is_active method as a boolean value. This is probably not what you designed it for. 😏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions