Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

00 Home Food Desert

Bren Letson edited this page Mar 21, 2019 · 1 revision

Welcome to the Food-Desert wiki!

Table of Contents

Project_Definition_and_Scope

Return to Food Desert Wiki Home

Planning and Engineering

Research

Project Definition and Scope

Provide a visual representation of the number of groceries in various areas of Davidson County, TN, along with an overlaid visual representation of income levels in various areas of Davidson County, TN.

Goals, In Other Words, So What?

  • Empower policy makers to allocate resources
  • Empower non-profits to apply for grants
  • Empower citizens to ameliorate food insecurity.
  • Empower business to offer food
  • Empower further research and development
  • Empower citizens to request assistance

General Requirements

  • Data
    • Food Desert classification
    • Food Source Information
      • Food Source parent class will include the following information:
        • Name of establishment
        • Address
        • Year established (or, if established pre-2010, that fact as well)
        • Gross sales per year
        • Food sales as a percentage of gross sales
        • Local vs chain
      • Grocery Stores
        • The grocery data type will be a single instance type inheriting from the "All Food Sources" parent class.. For example, each Kroger store location will be a separate data object. Grocery Store instances will include additional attributes:
          • Type of store, e.g. big-box, specialty, convenience store, general store
          • Accept WIC/food stamps
      • Restaurants
        • The restaurant data type is also a single instance type inheriting from the "All Food Sources" parent class. Restaurant instances will include additional attributes:
          • type of food service, e.g. fast food, dine-in, take-out, cafeteria, salad bar, all-you-can-eat, …
          • Menu, e.g. sandwiches, mexican, meat-and-three, ...
    • Income Level Information
    • Population Information
      • Based on census tract
      • Typical demographic information to include:
        • Age distribution
        • Race distribution
        • Education levels
        • Disability levels
        • SNAP recipients
        • Occupations
        • Children
        • Home type and size
        • Vehicle access
        • Marriage status
        • etc
  • Interface
    • The interface to data will primarily be a map data visualization
    • The map will support filtering by grocery and income level characteristics
    • The interface will support a persistent user experience (cookies, sharing of URL, etc).
    • The interface will support the entry of an address to determine census tract

Minimal Viable Product Requirements

  1. Interface General Requirements as defined above
  2. Food Source and Grocery Store Information
  3. Income Level Information

Constraints

This is version one of this project, future versions may have relaxed constraints and/or additional data requirements.

Table_of_Contents

Planning and Engineering

Communication and Work Tracking

Trello Board Organization

  • What is a Card?
  • Columns (aka Lists): Used to classify Cards by status
    • Backlog: Cards that have been postponed
    • New: All cards start in New
    • Accepted: Cards that are ready to be worked, that is each card has a well understood purpose and outcome
    • In Progress: Cards that are being worked
    • Ready for Review: Cards that are ready for review by the team
    • Done: Cards that are completed based on their original purpose/outcome.
  • Labels: Used to classify Cards by purpose
    • Data Gathering: Card for producing data that can be used for the implementation of user stories.
    • Definition: Card to define a data object, part of a data set, function, etc.
    • Discovery: Card to research necessary information, such as which tool to use for a mapping engine.
    • Documentation: Card to document information needed for the project's success.
    • User Story: Card to help define the outcomes of the project's goals and make sure they are met.

Roles

  • This project is an open project where all are welcome to contribute their skills and passion.
  • However, to facilitate organizational best practices, the following roles are assigned:
    • Product Owner: Asia Carter
    • Program Manager: Wesley Duffee-Braun

Table_of_Contents