catapult icon indicating copy to clipboard operation
catapult copied to clipboard

Missing features megathread

Open bplommer opened this issue 2 years ago • 2 comments

Ideas from TL submission:

  • expose more functionality from the Java SDK
  • add support for server-side ScalaJS, backed by the Javascript server SDK
  • add support for client-side ScalaJS
  • introduce the concept of a codec for reading feature flags to arbitrary types
  • introduce a thicker representation of "feature flag", encapsulating feature key, default value and codec
  • add a Scala-idiomatic API for constructing evaluation contexts

bplommer avatar Jun 19 '23 14:06 bplommer

Missing a very nice cat related icon! :cat:

Andrea avatar Jun 19 '23 14:06 Andrea

introduce a thicker representation of "feature flag", encapsulating feature key, default value and codec

I've opened #171 for this, though I wasn't able to include the codec without breaking bincompat. There's a circe module in there as well, which may take the pressure off including a codec for those willing to use circe.

morgen-peschke avatar Apr 01 '25 23:04 morgen-peschke