Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  1. Do we want to store soil conditions and weather?

  2. Do we want to store sidebar → my impression is no

  • No labels