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
Do we want to store soil conditions and weather?
Do we want to store sidebar → my impression is no
0 Comments