You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -149,6 +149,10 @@ The process of retrieving a feature flag value in it's entirety, including:
149
149
150
150
The process of a provider retrieving a feature flag value from it's particular source-of-truth.
151
151
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
+
152
156
## Flagging specifics
153
157
154
158
```mermaid
@@ -201,10 +205,6 @@ Pseudorandomly resolve flag values using a context property, such as a targeting
201
205
202
206
A rule is some criteria that's used to determine which variant a particular context should be mapped to.
203
207
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
-
208
208
## SDK Paradigms
209
209
210
210
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