jcowie/feature-toggle

This module provides support for Feature Toggles within Magento 2

dev-master 2016-04-12 13:39 UTC

This package is not auto-updated.

Last update: 2024-05-03 16:18:38 UTC


README

Scrutinizer Code Quality

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