
November 17th, 2009, 07:25 PM
|
 |
Contributing User
|
|
Join Date: Oct 2009
Location: London, ON
|
|
|
How to go about designing
Hey all, I'm trying to write a program that will make my life a lot easier for making food! However, I'm not sure what the best way to go about this is. What language would be most flexible? What storage system? (Excel sheets? Access? Other?) Any "best-practice" or other literature would be appreciated
I have experience in SQL, VB, Java/JavaScript, C based, HTML, tiny amount of PHP, if that makes any difference. I am also rather proficient in Excel ( Click here for examples)
On the other hand, if there is any freeware out there that will do what I want, feel free to share! (Though of course, it's always fun writing code...  )
Here's the ground rules I've got so far, to give you an idea of what I'm thinking:
Weekly Meal Plan
Objectives & Constraints
- Amount to buy each week
- Name (Onions) or (Flour)
- Quantity (3) or (1 bag)
- Should automatically updated based on this week's meal plan
- Weekly Meal Plan
- Easily Editable
- Should pull all values & instructions from persistent recipe list for easy use
- Bonus Objective: Retain previous weeks' plans to reuse
- Bonus Objective: Ratings System for each recipe
- Persistent Recipe List
|