File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Feature flags
3
+ description : Utility
4
+ ---
5
+
6
+ The feature flags utility provides a simple rule engine to define when one or multiple features should be enabled depending on the input.
7
+
8
+ !!! tip "For simpler use cases where a feature is simply on or off for all users, use [ Parameters] ( parameters.md ) utility instead."
9
+
10
+ ## Key features
11
+
12
+ * Define simple feature flags to dynamically decide when to enable a feature
13
+
14
+
15
+ ## TODO
16
+
17
+ * Review param names and UX
18
+ - Deep dive on naming - AppConfigFetcher vs ConfigurationStore vs SchemaFetcher
19
+ - How can we make it easier to get started
20
+ * Getting started
21
+ - Sample Infrastructure
22
+ - Quickest way to start --- defaults, built-ins
23
+ * Advanced section
24
+ - Bring your own
Original file line number Diff line number Diff line change 25
25
- utilities/data_classes.md
26
26
- utilities/parser.md
27
27
- utilities/idempotency.md
28
+ - utilities/feature_flags.md
28
29
29
30
theme :
30
31
name : material
You can’t perform that action at this time.
0 commit comments