#11 Very basic implementation with dummy data
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user