Introduction
This document will go over the proposed structure for a history object for the species selector
Object Example Simple
{ "state": "<state>", "region": "<region>", "goals": "<goals>", }
Object Example with Soil Conditions and Weather
{ "state": "<state>", "region": "<region>", "soilConditions": ["<soil codition 1>", "<soil codition 2>", ...], "floodingFrequency": ["<flooding frequency 1>", "<flooding frequency 2>", ...], "firstFrost": "<date>", "lastFrost": "<date>", "averageMonthPrecip": "<data>", "averageAnnualPrecip": "<data>", "frostFreeDays": "<days>", "goals": "<goals>", }
Questions
Do we want to store soil conditions and weather?
Do we want to store sidebar → my impression is no
Add Comment