Update commands.md

This commit is contained in:
ashab272000
2020-07-22 08:25:18 +04:00
committed by GitHub
parent 07f3c114e0
commit 401aa1a17d

View File

@@ -3,33 +3,35 @@
`wg` -> Command wg help to get the avaialabe instructions.
`wg help` -> All the commands will be made be displayed to the user.
`wg create <company name>` -> creates a website without details.
`wg website <company name>` -> if a website exists with the same **company name**, then that website is selected, else it creates a new website.
# Note:
### Note:
After the user uses `wg create <company name>`. The bot should instruct the user to enter the rest of the details.
To see the details to be entered, please check [website.js](https://github.com/HWTechClub/Custom-Static-Website-Generator/blob/master/whatsapp-web.js/src/models/website.js) under models folder.
The commands should follow the rules below :
`wg website firstName`, `wg website lastName`, etc..
# Following commands only works when a website is created
### Following commands only works when a website is created
`wg product all` -> shows all the products that are created.
`wg product new` -> creates a new product with generated Id.
`wg product <id>` -> if the id exists, the product with *id* is selected, else, create a new product with the id given.
# NOTE :
### NOTE :
User should be given feedback on their commands. For example:
If a user created a product, the bot should reply, *a product has been created with the id : <id>*.
If a user created a product without a website, the bot should handle the error and reply, *A website should be selected or created before creating a product*.
# Following command only works if a product is selected
### Following command only works if a product is selected
`wg product info` -> shows the information about the product. Ie name, cost, description, image.
`wg product name <product-name>` -> set the name of the product.
`wg product cost <product-cost>` -> set the cost of the product.
`wg product desc <product-desc>` -> set the description of the product.
`wg product image <product-image>` -> sets the image of the product. The caption of the image should be the command.
`wg product finished` -> creates the website and gives a link to the website maker.
### Create the website
`wg website finished` -> creates the website and gives a link to the website maker.
# Delete
Users should be able to delete products and website.