#11 Very basic implementation with dummy data

This commit is contained in:
David Guler
2022-10-17 17:01:50 +02:00
parent 9a29499c39
commit 5f53bb86c6
10 changed files with 159 additions and 7 deletions
@@ -0,0 +1,31 @@
[
{
"name": "Potato",
"description": "Tasty tubers.",
"water": {
"amount": "27-55",
"interval": 7
},
"light": 6,
"maintenance": [],
"specialTasks": [],
"lifecycle": [
{
"startDate": "04-01",
"endDate": "05-31",
"type": "SOW",
"zone": "ZONE_8A"
},
{
"startDate": "07-01",
"endDate": "08-31",
"type": "HARVEST",
"zone": "ZONE_8A"
}
],
"spacing": 35,
"pests": [
"Potato beetle"
]
}
]