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.
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.
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.
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/