Skip to content

Commit

Permalink
docs: add missing entry for "tracking" in feature table (open-feature…
Browse files Browse the repository at this point in the history
…#313)

Signed-off-by: Bernd Warmuth <[email protected]>
  • Loading branch information
warber authored Jan 17, 2025
1 parent 27ccd50 commit 890bfd0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,18 @@ See [here](https://pkg.go.dev/github.com/open-feature/go-sdk/openfeature) for th

## 🌟 Features

| Status | Features | Description |
| ------ |---------------------------------| --------------------------------------------------------------------------------------------------------------------------------- |
| βœ… | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
| βœ… | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
| βœ… | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
| βœ… | [Logging](#logging) | Integrate with popular logging packages. |
| βœ… | [Domains](#domains) | Logically bind clients with providers.|
| βœ… | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
| βœ… | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
| Status | Features | Description |
| ------ |---------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| βœ… | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
| βœ… | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
| βœ… | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
| βœ… | [Tracking](#tracking) | Associate user actions with feature flag evaluations. |
| βœ… | [Logging](#logging) | Integrate with popular logging packages. |
| βœ… | [Domains](#domains) | Logically bind clients with providers. |
| βœ… | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
| βœ… | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
| βœ… | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) |
| βœ… | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
| βœ… | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |

<sub>Implemented: βœ… | In-progress: ⚠️ | Not implemented yet: ❌</sub>

Expand Down

0 comments on commit 890bfd0

Please sign in to comment.