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

Turn features On / Off right from an Item on your monday.com dashboard. Also you can add Targeting or Percentage Rules just as easily.

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

Installation of the ConfigCat Feature Flags monday App

  1. Install ConfigCat Feature Flags app in your monday.com account.
  2. Add ConfigCat Feature Flags to a dashboard item
  3. Get your ConfigCat Public API credentials: https://app.configcat.com/my-account/public-api-credentials
  4. Click authorize.

Usage

Usage of the ConfigCat Feature Flags monday App

  1. Open any Item on your monday.com board.
  2. Push Link existing feature flag
  3. Select a Product, Config, Environment and a Feature Flag to be linked to your card.
  4. When linked, you can turn your features On / Off right from this dashboard item.

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