Sen descrición

Sam Jaffe 77b36f984d Start writing README %!s(int64=4) %!d(string=hai) anos
src 3e90e18919 Fix bug where TagInputPanel was still editable in read-only mode. %!s(int64=4) %!d(string=hai) anos
.gitignore cc154afa7b Add Maven.gitignore %!s(int64=5) %!d(string=hai) anos
README.md 77b36f984d Start writing README %!s(int64=4) %!d(string=hai) anos
lombok.config 3f4cb502e1 Don't track coverage for lombok generated methods. %!s(int64=5) %!d(string=hai) anos
pom.xml a7a12c5438 Create jar-with-dependencies.jar %!s(int64=4) %!d(string=hai) anos

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