Current Architecture

Introduction

There is currently no API for the selector DST. The data is stored in static JSON objects in the /src/shared/json driectory

Object Overview

  1. src\shared\json\descriptions\crop-descriptions.json holds the description for each cover crop

  2. src\shared\json\image-locations\image-dictionary.json holds the file name of each image in public\images

  3. src\shared\json\sidebar\sidebar-categories.json holds the categories of the sidebar

  4. src\shared\json\sidebar\sidebar-filters.json holds the information about each specific filter within acategory

  5. Each zone contains 2 objects

    1. crop-data.json holds the information for each cover crop in the zone

    2. data-dictionary.json holds metadata for all of the sidebar filters for the zone