jcowie / feature-toggle
This module provides support for Feature Toggles within Magento 2
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 3
Open Issues: 2
Type:magento2-module
This package is not auto-updated.
Last update: 2025-01-10 19:31:12 UTC
README
Overview
This module provides support for Feature Toggles within Magento 2. Martin Fowler describes the benefits of feature toggles and how they can be used in continues delivery.
Features
- Admin grid to create many feature toggles
- Basic On / Off functionality
ToDo
- Implement conditions
- Helper for the frontend
- Code tidy