paul-blankenbaker / dough-calc

A simple HTML/JavaScript calculator for working with baker bread dough formulas (recipes)
MIT License
2 stars 0 forks source link

Add some factory "radio presets" #7

Closed paul-blankenbaker closed 6 years ago

paul-blankenbaker commented 6 years ago

Think about adding a lit of digits that the user can click on (0 1 2 3 4 5) like a monkey pressing on the presets on a car radio. Each preset could then reset the recipe to one of a few standard recipes (straight dough, pizza dough, wheat dough, etc)

paul-blankenbaker commented 6 years ago

The code for this has been implemented, will probably be a bit before settling in on a good collection of presets.