浏览代码

Start writing README

Sam Jaffe 4 年之前
父节点
当前提交
77b36f984d
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -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