Strayker-Software / Binder

Binder is a simple SaaS solution allowing you to create ToDo and custom lists of tasks in clean and readable way. You can create task from default pattern: name, description and completion indicator.
https://straykersoftware.pl
MIT License
2 stars 0 forks source link

Feature: Add OpenFeature library to Web Frontend #110

Closed StraykerPL closed 9 months ago

StraykerPL commented 10 months ago

Is your feature request related to a problem? Please describe. There are features specified in the app on the beginning of the development of this project, some of them are not planned for MVP release.

Describe the solution you'd like Disable all features access points (like buttons, labels, views, etc.) to features, that are not specified in MVP.

Describe alternatives you've considered

Additional context https://openfeature.dev/

StraykerPL commented 9 months ago

OpenFeature is not so intuitive, flags can't be setup directly in code, errors during build time - traditional if-based feature flags will be used for now.