benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.21k stars 611 forks source link

Add feature toggle option #784

Closed benkeen closed 1 year ago

benkeen commented 1 year ago

This has been needed a couple of times and I end up hacking around it.

Add a simple config section that allows turning off & on features. I don't think we even need it to be in redux - just a hardcoded featureToggles.ts file to import where-ever we need it.

Initially hook it up with the schema generation code that's currently commented out.