Skip to content

ConfigCat Power-Up to manage feature flags from any Trello 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.

configcat/trello-powerup

Repository files navigation

ConfigCat Feature Flags Trello Power-Up

Turn features On / Off right from a linked Card on your Trello board. 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 Trello Power-Up

  1. Add ConfigCat Power-Up to your board.
  2. Select Settings -> Authorize Account.
  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 Trello Power-Up

  1. Open any Card on your Trello board.
  2. Push Link 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 Card.

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 power-ups admin page of Trello
  5. Hit the Create New Power-Up button
  6. Get your https ngrok url (highlighted in the 3rd step) and use it as your Iframe Connector URL.
  7. Enable these capabilities:
    • Card Back Section
    • Card Badges
    • Card Buttons
    • On Disable
    • Authorization Status
    • Show Authorization
  8. If you encounter CORS errors during the ConfigCat public api authorization flow, use this magic stick.

Contributions are welcome

Need help?

https://configcat.com/support

About

ConfigCat Power-Up to manage feature flags from any Trello 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published