Resize: Difference between revisions

From WikiDotMako
mNo edit summary
Line 4: Line 4:
# get a database of recipes
# get a database of recipes
# '''build a parser to find ingredients and quantities'''
# '''build a parser to find ingredients and quantities'''
# '''integrate conversion system for quantities'''
# integrate conversion system for quantities
# '''figure out the most-used ingredients and make sure they are available'''
# figure out the most-used ingredients and make sure they are available
# integrate this backend stuff into an ajax web interface
# integrate this backend stuff into an ajax web interface
# testing
# testing

Revision as of 20:29, 22 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

Currently working on

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

5. integrate this backend stuff into an ajax web interface

6. testing

  • Amazon Turk

7. get usage stats; start saving recipes - visitors

8. publicize

  • Popular food blogs

Finished

0. get the usda data in mysql

1. get a database of recipes