Skip to content

Commit c212dec

Browse files
committed
fixup: move tracking event type to common
Signed-off-by: Todd Baert <[email protected]>
1 parent a578c3f commit c212dec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/glossary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This document defines some terms that are used across this specification.
3636
- [Transaction Context Propagator](#transaction-context-propagator)
3737
- [Evaluating Flag Values](#evaluating-flag-values)
3838
- [Resolving Flag Values](#resolving-flag-values)
39+
- [Tracking Event](#tracking-event)
3940
- [Flagging specifics](#flagging-specifics)
4041
- [Flag](#flag)
4142
- [Flag Set](#flag-set)
@@ -46,7 +47,6 @@ This document defines some terms that are used across this specification.
4647
- [Targeting Key](#targeting-key)
4748
- [Fractional Evaluation](#fractional-evaluation)
4849
- [Rule](#rule)
49-
- [Tracking Event](#tracking-event)
5050
- [SDK Paradigms](#sdk-paradigms)
5151
- [Dynamic-Context Paradigm](#dynamic-context-paradigm)
5252
- [Static-Context Paradigm](#static-context-paradigm)
@@ -149,6 +149,10 @@ The process of retrieving a feature flag value in it's entirety, including:
149149

150150
The process of a provider retrieving a feature flag value from it's particular source-of-truth.
151151

152+
### Tracking Event
153+
154+
A particular user action or application state representing a business objective or outcome, identified by a unique string, and recorded using the [tracking API](./sections/06-tracking.md).
155+
152156
## Flagging specifics
153157

154158
```mermaid
@@ -201,10 +205,6 @@ Pseudorandomly resolve flag values using a context property, such as a targeting
201205

202206
A rule is some criteria that's used to determine which variant a particular context should be mapped to.
203207

204-
### Tracking Event
205-
206-
A particular user action or application state representing a business objective or outcome, identified by a unique string, and recorded using the [tracking API](./sections/06-tracking.md).
207-
208208
## SDK Paradigms
209209

210210
Feature flag frameworks have SDKs which operate in two distinct paradigms: those designed for use with a single user client application (e.g. mobile phones, single-page web apps), and those designed for multi-user applications, such as web server applications. Some parts of the OpenFeature specification diverge depending on the paradigm.

0 commit comments

Comments
 (0)