Skip to content

ConfigCat Monday.com App to manage feature flags from any Monday.com board. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.

Notifications You must be signed in to change notification settings

configcat/monday-app

Repository files navigation

ConfigCat Feature Flags monday.com App

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.

About ConfigCat

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.

Installation

  1. Install ConfigCat Feature Flags monday.com app to your monday account.
  2. Open one of your boards on monday.com and click on an Item.
  3. Add the ConfigCat Feature Flags monday app to your Item.
  4. To use ConfigCat Feature Flags, you must first authorize it with your ConfigCat Public API credentials.
  5. Get your ConfigCat Public API credentials: https://app.configcat.com/my-account/public-api-credentials
  6. Click authorize.

Installation of the ConfigCat Feature Flags monday App

Usage

Linking existing feature flags

  1. Open any item on your monday.com board.
  2. Push the Link existing feature flag.
  3. Select a Product, Config, Environment, and Feature Flag to be linked to your monday.com Item.
  4. When linked, you can manage the selected feature flag from this monday.com Item.

Linking feature flags with the ConfigCat Feature Flags monday.com app

Creating new feature flags

  1. Open any item on your monday.com board.
  2. Push the Create and link feature flag.
  3. Select a Product and Config where you want to create the feature flag.
  4. Set up your feature flag.
  5. Select which environment you would like to link to this Item.
  6. When linked, you can manage the selected feature flag from this monday.com Item.

Create feature flags with the ConfigCat Feature Flags monday app

Run project locally

  1. Install npm dependencies
    npm install
    
  2. Start the angular project
    npm start
    
  3. Expose your project to the internet with ngrok
    ngrok http --host-header=rewrite https://localhost:4200
    
    You should see something like this: ngrok
  4. Go to the developers page (https://YOUR_ORGANIZATION_NAME.monday.com/apps/manage) of your monday account
  5. Hit the Create App button
  6. Go to the OAuth page and select the boards:read permission
  7. Add a new feature
  8. Select Item Views and hit Let's go
  9. Select Start from Scrach and hit Go To Editor
  10. Give it a name
  11. Select Widget Setup and change the source to Published Build. Hit New Build.
  12. Get your https ngrok url (highlighted in the 3rd step) and use it as your Custom URL.
  13. Hit Create build
  14. Open a board and select an item. You can add your app to the item.

Contributions are welcome

Need help?

https://configcat.com/support

About

ConfigCat Monday.com App to manage feature flags from any Monday.com board. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published