Resize: Difference between revisions

From WikiDotMako
(→‎To do/useful info: added wikipedia links)
Line 27: Line 27:


4. figure out the most-used ingredients and make sure they are available
4. figure out the most-used ingredients and make sure they are available
There are some wikipedia articles that may be useful:
* [http://en.wikipedia.org/wiki/Outline_of_cooking Outline of Cooking]: includes list of preparation methods.
* [http://en.wikipedia.org/wiki/International_food_terms International Cooking Terms]
* [http://en.wikipedia.org/wiki/List_of_food_preparation_utensils Food Prep Utensil List]


5. integrate this backend stuff into an ajax web interface
5. integrate this backend stuff into an ajax web interface

Revision as of 14:27, 23 November 2009

Overview

  1. get the usda data in mysql
  2. get a database of recipes
  3. build a parser to find ingredients and quantities
  4. integrate conversion system for quantities
  5. figure out the most-used ingredients and make sure they are available
  6. integrate this backend stuff into an ajax web interface
  7. testing
  8. get usage stats; start saving recipes
  9. publicize

Current Project

2. build a parser to find ingredients and quantities (pita, but doable)

  • Erik

To do/useful info

3. integrate conversion system for quantities

  • USDA DB WEIGHT.txt


4. figure out the most-used ingredients and make sure they are available

There are some wikipedia articles that may be useful:

5. integrate this backend stuff into an ajax web interface

6. testing

7. get usage stats; start saving recipes

8. publicize

  • Popular food blogs

Finished

0. get the usda data in mysql

1. get a database of recipes