diff --git a/README.md b/README.md index bdf8dcb..819826e 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,13 @@ # Magento2-Faker -The purpose of this module is to generate **loads** of fake data to be able to test performance +The purpose of this module is to generate loads of fake data to be able to test performance It can be used in addition to the magento sample-data, as they only provide products, but not many customers and orders ## Roadmap : -Generate data for : -* Category -* Product -* Customer -* Customer Address -* Order -* Invoice -* Shipment -* Rma +* Optimize product generation +* Retrieve available attribute set for product type and use a random one +* Fill attribute set's attributes values +* Generate configurable products +* Generate bundle products - -## Warning -I strongly advise against installing this module on a production environment \ No newline at end of file diff --git a/composer.json b/composer.json index 80d3f99..63df420 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "fzaninotto/faker": "^1.8" }, "type": "magento2-module", - "version": "100.0.0", + "version": "0.1.0", "autoload": { "files": [ "registration.php"