Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.0
-
None
Description
The BigPetStore data generator currently reads products from a JSON file. Manually creating entries is time consuming and limits our ability to add products with lots of fields. We want more fields so we can generate a wider range of patterns.
I suggest adding a product generator which takes a description of every field and its possible values and generates a Cartesian product of every possible product. Logical rules for be used for filtering out certain combinations. This will significantly reduce the effort required to add a large number of products.