https://github.com/devjack/cookbook
Cookbook is a simple library to help determine the best thing to cook.
https://github.com/devjack/cookbook
Last synced: 2 months ago
JSON representation
Cookbook is a simple library to help determine the best thing to cook.
- Host: GitHub
- URL: https://github.com/devjack/cookbook
- Owner: devjack
- Created: 2014-04-13T16:46:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T20:15:37.000Z (about 11 years ago)
- Last Synced: 2025-01-30T15:49:33.106Z (4 months ago)
- Language: PHP
- Homepage: https://github.com/sydnerdrage/cookbook
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookbook
Cookbook is a simple library to help determine the most optimal thing to cook for dinner.
It's the driving brains behind https://bitbucket.org/sydnerdrage/recipefinder[](https://travis-ci.org/sydnerdrage/cookbook)
[](https://coveralls.io/r/sydnerdrage/cookbook)## Version: 1.0.1
### Roadmap
v1.1
- Combine entity classes for 'food' and allow the absense of an expiry field to indicate the difference over type.
- Refactor DecisionManager to be Recipe agnostic, preferring instead to be based on generic datasets.v2.0
- Implement further decision strategies such as price of expired food
- Refactor the Fridge class to distinguish between data set logic and business checks.