feat: add Feat provider to the ecosystem - #1412
Conversation
Adds feat (https://feat.so) to the provider ecosystem: JavaScript client (@feathq/openfeature-web), JavaScript server (@feathq/js-sdk's built-in FeatProvider), and Dart (@feathq/openfeature-dart). Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
✅ Deploy Preview for openfeature ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a Feat provider definition with official JavaScript and Dart SDK metadata, then registers it in the shared ChangesFeat provider
Estimated code review effort: 1 (Trivial) | ~5 minutes Mergeability Score: ⚪ Minimal · up to This PR adds a provider listing and its associated branding asset without any supplied merge-blocking correctness or operational risk; it is merge-ready after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@vishnuMohanan01 PR looks good, just some small issues with your SVG that need to be fixed:
|
The two outlined squares relied on stroke=currentColor to be visible. Redrawn as filled ring paths (outer subpath clockwise, inner counter-clockwise) so the mark is pure geometry and the card CSS controls its color. Renders pixel-identical to the previous version. Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
4a6856d to
5594a3b
Compare
Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
Brand name is written Feat, not feat. Signed-off-by: vishnuMohanan01 <iamvm.dev@gmail.com>
|
@jonathannorris Thanks for checking. Done! |
Adds Feat to the provider ecosystem.
Feat is an OpenFeature-first feature flag and feature management platform. This adds its official OpenFeature providers:
@feathq/openfeature-web, wrapping the Feat browser SDK.FeatProvidershipped in@feathq/js-sdk.@feathq/openfeature-dart(feat_openfeature), built on the OpenFeature Dart server SDK; usable in Dart backends and Flutter apps.All three are vendor-maintained (
vendorOfficial: true) and their repositories are public.Added:
src/datasets/providers/feat.ts(the provider entry) + registration inPROVIDERS.static/img/feat-no-fill.svg(the Feat mark, colorless geometry so the card CSS controls its appearance).