#17 first version of tasks
This commit is contained in:
parent
1e4dd07879
commit
96b5dba36c
|
@ -0,0 +1,32 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name" : "water plant",
|
||||||
|
"description": "water the plant, that the soil is wet around the plant.",
|
||||||
|
"tools": "watering can"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "sow plant",
|
||||||
|
"description": "",
|
||||||
|
"tools": "crops, small shovel, gardening gloves, soil"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "harvest plant",
|
||||||
|
"description": "",
|
||||||
|
"tools": "box or bag for the harvested vegetable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "fertilize plant",
|
||||||
|
"description": "",
|
||||||
|
"tools": "Fertilizer, small shovel, gardening gloves"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "covering plant",
|
||||||
|
"description": "",
|
||||||
|
"tools": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "look for plant",
|
||||||
|
"description": "look for pest or illness at the leaves",
|
||||||
|
"tools": ""
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue