|
|
@@ -0,0 +1,18 @@
|
|
|
+# Recipe Manager
|
|
|
+A java program for the purpose of storing and categorizing various recipes.
|
|
|
+
|
|
|
+## 0.1.0 Features
|
|
|
+
|
|
|
+- [x] Ability to save/load recipes
|
|
|
+- [x] Ability to tag recipes
|
|
|
+- [x] Create separate views of preparation and cooking
|
|
|
+- [x] Ability to specify resting locations/times
|
|
|
+- [x] Accumulate times for each category
|
|
|
+- [x] Create a master listing of all ingredients by Product
|
|
|
+- [x] Allow specifying instructions on every step
|
|
|
+- [x] Allow user to lock a recipe, to view it as complete instead of in-edit
|
|
|
+- [x] Change number of servings from default
|
|
|
+- [ ] Support images
|
|
|
+- [ ] Load interface should search tags
|
|
|
+- [ ] Ensure that instructions are not cut off in lock-view
|
|
|
+- [ ] Create dependency tree for Products
|