Feature flagging dashboard
Copied link
A dashboard that allows you to edit features, create new features, and enable or disable features for customers.
Components
TableFormDialogCardSelect
6+

View
Feature flagging dashboard
Task
Create feature
Delete feature
Disable feature for customer
Edit feature
Enable feature for customer
List customers
List customers for feature
List features
Pairs well with
1
# Template: Feature flagging dashboard
2
3
## Next steps
4
5
- Navigate to the feature_flagging_dashboard directory: `cd feature_flagging_dashboard`
6
- If you plan on using this on a different database resource than the demo database, change the `demo_db` resource in `enable_feature_for_customer.task.yaml`, `create_feature.task.yaml`, `list_customers_feature_flagging.task.yaml`, `disable_feature_for_customer.task.yaml`, `delete_feature.task.yaml`, `edit_feature.task.yaml`, `list_customers_for_feature.task.yaml` and `list_features.task.yaml` to the name of your own database resource
7
- Develop your template locally: `airplane dev`
8
- Deploy your tasks and view: `airplane deploy --yes`
9
- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!