Skip to content

Commit

Permalink
docs(feature-flags): add comment in features.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Oct 28, 2024
1 parent 15e8b7c commit 9c3352b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/features.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "1.2"
namespace: sitrep-ui
flags:
# nimdanitro: flag for rolling out tasks Module, remove after tasks modules is GA
- key: show-tasks
name: Show Tasks
type: BOOLEAN_FLAG_TYPE
Expand All @@ -10,6 +11,7 @@ flags:
- segment:
key: Development
value: true
# nimdanitro: flag for rolling out Resources Module, remove after resources modules is GA
- key: show-resources
name: Show Resources
type: BOOLEAN_FLAG_TYPE
Expand Down

0 comments on commit 9c3352b

Please sign in to comment.