The ConfigCat Feature Flags monday app allows you to connect your Monday items and feature flags. Create or link existing flags to your items without leaving your monday instance.
Turn features On/Off right from a linked item on your Monday board. You can also easily modify the linked flags to edit or add new Targeting or Percentage Rules.
Manage features and change your software configuration using ConfigCat feature flags, without the need to re-deploy code. A 10 minute trainable Dashboard allows even non-technical team members to manage features directly. Deploy anytime, release when confident. Target a specific group of users first with new ideas. Supports A/B/n testing and soft launching. Provides open-source SDKs for easy integration with any web, mobile or backend application.
- Install ConfigCat Feature Flags monday.com app to your monday account.
- Open one of your boards on monday.com and click on an Item.
- Add the ConfigCat Feature Flags monday app to your Item.
- To use ConfigCat Feature Flags, you must first authorize it with your ConfigCat Public API credentials.
- Get your ConfigCat Public API credentials: https://app.configcat.com/my-account/public-api-credentials
- Click authorize.
- Open any item on your monday.com board.
- Push the
Link existing feature flag
. - Select a Product, Config, Environment, and Feature Flag to be linked to your monday.com Item.
- When linked, you can manage the selected feature flag from this monday.com Item.
- Open any item on your monday.com board.
- Push the
Create and link feature flag
. - Select a Product and Config where you want to create the feature flag.
- Set up your feature flag.
- Select which environment you would like to link to this Item.
- When linked, you can manage the selected feature flag from this monday.com Item.
- Install npm dependencies
npm install
- Start the angular project
npm start
- Expose your project to the internet with ngrok
You should see something like this:
ngrok http --host-header=rewrite https://localhost:4200
- Go to the developers page (https://YOUR_ORGANIZATION_NAME.monday.com/apps/manage) of your monday account
- Hit the
Create App
button - Go to the
OAuth
page and select theboards:read
permission - Add a new feature
- Select
Item Views
and hitLet's go
- Select
Start from Scrach
and hitGo To Editor
- Give it a name
- Select
Widget Setup
and change the source to Published Build. Hit New Build. - Get your https ngrok url (highlighted in the 3rd step) and use it as your
Custom URL
. - Hit
Create build
- Open a board and select an item. You can add your app to the item.