diff --git a/src/main/java/ch/zhaw/gartenverwaltung/io/taskdb.json b/src/main/java/ch/zhaw/gartenverwaltung/io/taskdb.json new file mode 100644 index 0000000..049b341 --- /dev/null +++ b/src/main/java/ch/zhaw/gartenverwaltung/io/taskdb.json @@ -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": "" + } +] \ No newline at end of file