From 150d8591cce4cac79fa2215f4a443e5ef5898c5d Mon Sep 17 00:00:00 2001 From: alexcardell <29524087+alexcardell@users.noreply.github.com> Date: Wed, 1 May 2024 11:06:18 +0100 Subject: [PATCH] docs: Add Goals --- docs/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d47fadf..6c3b38f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,2 +1,10 @@ -# ff4s +# ff4s - Feature Flags For Scala +## Goals + +- Cross-platform, cross-version Scala feature flagging +- Implementation of a Scala [Flipt](https://flipt.io) client +- Implementation of a Scala [OpenFeature](https://openfeature.dev) SDK +- Implementation of a Scala Flipt OpenFeature provider +- Implementation of a Scala LaunchDarkly OpenFeature provider, e.g. with + [Catalyst](https://typelevel.org/catapult)