Turn features On / Off right from an Item on your monday.com dashboard. Also you can add Targeting or Percentage Rules just as easily.
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 app in your monday.com account.
- Add ConfigCat Feature Flags to a dashboard item
- 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
Link existing feature flag
- Select a Product, Config, Environment and a Feature Flag to be linked to your card.
- When linked, you can turn your features On / Off right from this dashboard 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.