#17 taskdb.json changed to the right variable types, ad isIntimePeriode to , JasonTaskDatabase

This commit is contained in:
Gian-Andrea Hutter
2022-10-25 10:10:40 +02:00
parent e550f5549a
commit 23d87f7a85
3 changed files with 64 additions and 61 deletions
@@ -1,50 +1,50 @@
[
{
"id" : "1",
"id" : 1,
"name" : "sow plant",
"description": "Plant the seeds/ crops in de bed.",
"startDate" : "01.05.2022",
"endDate" : "01.05.2022",
"interval" : "null"
"startDate" : "22-05",
"endDate" : "22-05",
"interval" : 0
},
{
"id" : "2",
"id" : 2,
"name" : "water plant",
"description": "water the plant, so that the soil is wet around the plant.",
"startDate" : "01.05.2022",
"endDate" : "01.09.2022",
"interval" : "2"
"startDate" : "22-05",
"endDate" : "22-09",
"interval" : 2
},
{
"id" : "3",
"id" : 3,
"name" : "fertilize plant",
"description": "The fertilizer has to be mixed with water. Then fertilize the plant's soil with the mixture",
"startDate" : "01.06.2022",
"endDate" : "01.08.2022",
"interval" : "28"
"startDate" : "22-06",
"endDate" : "22-08",
"interval" : 28
},
{
"id" : "4",
"id" : 4,
"name" : "covering plant",
"description": "Take a big enough coverage for the plants. Cover the whole plant with a bit space between the plant and the coverage",
"startDate" : "15.07.2022",
"endDate" : "15.07.2022",
"interval" : "null"
"startDate" : "22-07",
"endDate" : "22-07",
"interval" : 0
},
{
"id" : "5",
"id" : 5,
"name" : "look after plant",
"description": "Look for pest or illness at the leaves of the plant. Check the soil around the plant, if the roots are enough covered with soil",
"startDate" : "01.05.2022",
"endDate" : "01.09.2022",
"interval" : "5"
"startDate" : "22-05",
"endDate" : "22-09",
"interval" : 5
},
{
"id" : "6",
"id" : 6,
"name" : "harvest plant",
"description": "Pull the ripe vegetables out from the soil. Clean them with clear, fresh water. ",
"startDate" : "01.09.2022",
"endDate" : "01.09.2022",
"interval" : "null"
"startDate" : "22-09",
"endDate" : "22-09",
"interval" : 0
}
]