Нет описания

Sam Jaffe 77b36f984d Start writing README 4 лет назад
src 3e90e18919 Fix bug where TagInputPanel was still editable in read-only mode. 4 лет назад
.gitignore cc154afa7b Add Maven.gitignore 5 лет назад
README.md 77b36f984d Start writing README 4 лет назад
lombok.config 3f4cb502e1 Don't track coverage for lombok generated methods. 5 лет назад
pom.xml a7a12c5438 Create jar-with-dependencies.jar 4 лет назад

README.md

Recipe Manager

A java program for the purpose of storing and categorizing various recipes.

0.1.0 Features

  • Ability to save/load recipes
  • Ability to tag recipes
  • Create separate views of preparation and cooking
  • Ability to specify resting locations/times
  • Accumulate times for each category
  • Create a master listing of all ingredients by Product
  • Allow specifying instructions on every step
  • Allow user to lock a recipe, to view it as complete instead of in-edit
  • 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