From 96b5dba36ce8638a2c739c168decc9ef88934562 Mon Sep 17 00:00:00 2001 From: Gian-Andrea Hutter Date: Thu, 20 Oct 2022 21:59:18 +0200 Subject: [PATCH] #17 first version of tasks --- .../ch/zhaw/gartenverwaltung/io/taskdb.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/java/ch/zhaw/gartenverwaltung/io/taskdb.json 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