#17 first version of tasks

This commit is contained in:
Gian-Andrea Hutter 2022-10-20 21:59:18 +02:00
parent 1e4dd07879
commit 96b5dba36c
1 changed files with 32 additions and 0 deletions

View File

@ -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": ""
}
]