Merge pull request #49 from schrom01/feature_gardenplan-model_M2

Feature gardenplan model m2
This commit is contained in:
giavaphi
2022-11-07 11:57:40 +01:00
committed by GitHub Enterprise
9 changed files with 799 additions and 68 deletions
@@ -6,7 +6,7 @@
"startDate" : "2022-05-01",
"endDate" : "2022-05-01",
"interval" : 0,
"cropID" : 0
"cropId" : 0
},
{
"id" : 2,
@@ -15,7 +15,7 @@
"startDate" : "2022-05-01",
"endDate" : "2022-09-01",
"interval" : 2,
"cropID" : 0
"cropId" : 0
},
{
"id" : 3,
@@ -24,7 +24,7 @@
"startDate" : "2022-06-01",
"endDate" : "2022-08-01",
"interval" : 28,
"cropID" : 0
"cropId" : 0
},
{
"id" : 4,
@@ -33,7 +33,7 @@
"startDate" : "2022-07-01",
"endDate" : "2022-07-01",
"interval" : 0,
"cropID" : 0
"cropId" : 0
},
{
"id" : 5,
@@ -42,7 +42,7 @@
"startDate" : "2022-05-01",
"endDate" : "2022-09-01",
"interval" : 5,
"cropID" : 0
"cropId" : 0
},
{
"id" : 6,
@@ -51,6 +51,6 @@
"startDate" : "2022-09-01",
"endDate" : "2022-09-01",
"interval" : 0,
"cropID" : 0
"cropId" : 0
}
]