Create a Feature Flag

This document introduces how to create a new Feature Flag in the Hackle Dashboard.

circle-info

Note

  1. Feature Flags can be created in both the Production Environment and the Development Environment. A Feature Flag created in the Production Environment is also created identically in the Development Environment, and vice versa.

  2. Try copying an existing Feature Flag to get started quickly. If the settings for a new Feature Flag you want to create are the same as or similar to an existing Feature Flag, you can conveniently create a new Feature Flag by copying the existing one.

Active Feature Flag list

The Feature Flag list has the following characteristics:

  1. By default, you can view the active Feature Flag list.

  2. The list is the same in the Production Environment and Development Environment.

  3. Clicking on an individual Feature Flag navigates to the detail screen for that Feature Flag.

Feature Flag List Details

  1. Active Feature Flags: Click the dropdown menu in the upper left of the list to switch between the Active Feature Flags and Archived Feature Flags lists.

  2. Status: Shows the off or on status of the Feature Flag.

  3. Integration Status: Shows the integration status of the Feature Flag, with three possible states. The event mentioned in the tooltip means "querying whether the Feature Flag is on or off for a specific user."

  4. Created Date: The date the Feature Flag was created.

You can see an example of the Archived Feature Flags list below. Since these are Feature Flags no longer in use, various status indicators are not shown.

Archived Feature Flag list

Finding the Create Button

Click the + Create New Feature Flag button in the upper right corner to create a Feature Flag.

Entering Information

Clicking the Create button displays a dialog.

  • The Feature Flag name is required. Write it in a way that makes it easy to understand which feature it relates to.

  • The Feature Flag description is an optional field. If there is information that is difficult to convey with the name alone, it is a good idea to add it in the description.

After completing the input, click the Create button to immediately create the Feature Flag and navigate to the detail screen.

Last updated