|
|
@@ -12,7 +12,18 @@ A java program for the purpose of storing and categorizing various recipes.
|
|
|
- [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
|
|
|
+- [ ] Propagate updates to CollatedDurationPanel
|
|
|
+- [ ] Propagate updates to summary.IngredientPanel
|
|
|
+- [ ] Hide summary.ElementPanel for no-ingredient Elements
|
|
|
- [ ] Ensure that instructions are not cut off in lock-view
|
|
|
+- [ ] Support images
|
|
|
+- [ ] Ingredient/Tag searching for recipes
|
|
|
+
|
|
|
+## 0.2.0 Features
|
|
|
+
|
|
|
+- [ ] Nutrition calculator
|
|
|
+- [ ] Substitution guide (e.g. Milk + Vinegar = Buttermilk)
|
|
|
+
|
|
|
+## 0.3.0 Features
|
|
|
+
|
|
|
- [ ] Create dependency tree for Products
|