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

« Previous Version 2 Next »

Introduction

This document will go over the proposed structure for a history object for the species selector

Object Example Simple

This object will need to be changed to match the API structure. It holds the minimum set of things that should be remembered

{
  "stateId": "<state>",
  "stateLabel" <label>,
  "regionId": "<region>",
  "regionShorthand": "<shorthand>",
  "concilLabel" <label>,
  "concilShorthand" <shorthand>,
  "goals": "<goals>",
  "selectedCrops": ["crop1", "crop2"],
  "consent": <bool>,
  "declinedLogin": <bool>,
}

Questions

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

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

  • No labels