Difference between revisions of "Recipe Wizard"

From Makers Local 256
Jump to: navigation, search
(more info)
m (fixed)
 
Line 1: Line 1:
 
==Status==
 
==Status==
I'm still debating with myself on what to write this in.  Right now, I'm thinking about writing an implementation in c/c++, because I'm comfortable in it.  On the other hand, I eventually want this to be on the web, so I'm also thinking ruby on rails.  I have a general idea of how to implement it at this point.
+
<onlyinclude>{{{status|Planning}}}</onlyinclude>
  
 
==Details==
 
==Details==
You specify a list of ingredients and it will return a list of recipe titles.  Preparation time, food category, and recipe title search are optional search parameters just in case someone wants them.  I have decided that this page will also serve as a kitchen inventory.
+
You specify a list of ingredients and it will return a list of recipe titles.  Preparation time, food category, and recipe title search are optional search parameters just in case someone wants them.  I have decided that this page will also serve as a kitchen inventory. I'm still debating with myself on what to write this in.  Right now, I'm thinking about writing an implementation in c/c++, because I'm comfortable in it.  On the other hand, I eventually want this to be on the web, so I'm also thinking ruby on rails.  I have a general idea of how to implement it at this point.
 
+
I don't think this was originally my idea, but I can't remember who to credit.
+

Latest revision as of 07:52, 24 May 2007

Status

Planning

Details

You specify a list of ingredients and it will return a list of recipe titles. Preparation time, food category, and recipe title search are optional search parameters just in case someone wants them. I have decided that this page will also serve as a kitchen inventory. I'm still debating with myself on what to write this in. Right now, I'm thinking about writing an implementation in c/c++, because I'm comfortable in it. On the other hand, I eventually want this to be on the web, so I'm also thinking ruby on rails. I have a general idea of how to implement it at this point.