Skip to content

Commit db0df51

Browse files
beeme1mrtoddbaert
andauthored
add flag set to glossary (#271)
## This PR - adds flag set to the glossary ### Notes The term was voted on by the OpenFeature community. https://github.com/orgs/open-feature/discussions/394 --------- Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 80ceaa0 commit db0df51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/glossary.md

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This document defines some terms that are used across this specification.
3838
- [Resolving Flag Values](#resolving-flag-values)
3939
- [Flagging specifics](#flagging-specifics)
4040
- [Flag](#flag)
41+
- [Flag Set](#flag-set)
4142
- [Flag Key](#flag-key)
4243
- [Variant](#variant)
4344
- [Values](#values)
@@ -161,6 +162,10 @@ erDiagram
161162

162163
Flags represent a single pivot point of logic. Flags have a type, like `string`, `boolean`, `json`, etc. Examples: `redesign_enabled` or `header-order`
163164

165+
### Flag Set
166+
167+
A collection of related [flags](#flag). This grouping helps organize feature flags based on their intended use, facilitating easier management and deployment.
168+
164169
### Flag Key
165170

166171
A string that logically identifies a particular flag.

0 commit comments

Comments
 (0)