yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 80-sys.db
systems/80-kitchen/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
80-sys decisions Row #49
Tables
decisions
62
domain
7
events
62
gov_archive
0
gov_archive_fts
0
gov_archive_fts_config
1
gov_archive_fts_data
2
gov_archive_fts_docsize
0
gov_archive_fts_idx
0
items
58
recipes
37
sessions
27
sqlite_sequence
6
transfers_log
0
decisions — Row #49
80-sys.db · systems/80-kitchen/data/
⌂ Kitchen Hub →
id
49
system
80 Kitchen
date
09/03/26
subject
Fixed critical DoughCalc bug (v47) -- commercial-yeast-only recipes never got directions prefilled
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
49
detail
Root cause of 'you're not adding the directions' finally confirmed: renderSourdoughBasics() had only 2 branches -- (usingStarter && !usingYeast) for pure sourdough, and (usingStarter && usingYeast) for sourdough+added-yeast. ANY recipe using commercial yeast with NO starter at all (like the White Sandwich Bread, or this new soft-crust Large Loaf) fell through to the final 'else { basics.style.display="none"; return; }' -- which not only hid the Basic Steps display but ALSO skipped the Save-as-Recipe Title/Directions auto-prefill code entirely, since that code lives AFTER the if/else chain and the early return never reached it. This was never a bug in the save button's fetch/POST logic (which I'd already probe-tested and confirmed working) -- it was that the Directions textarea was silently staying empty for any non-sourdough recipe, so whatever got saved had empty directions regardless of what the save button did with them. FIX: added a third branch (usingYeast && !usingStarter) with its own commercial-yeast step text (mix, knead to windowpane, first rise, shape+second rise, bake), so this class of recipe now generates Basic Steps AND reaches the prefill code like the other two branches. Marked the orphaned diagnostic-probe recipe (id 31) as needs-review with an explanatory note since there's no delete_recipe action to actually remove it. Backed up DoughCalc first, node --check passed, byte-verified deploy.
▼ Show timestamps
created_at
2026-09-03 07:15:41
Backend Domains Panel DB Viewer Transfers
Backend Tools DB Viewer DB Admin Server Map File Editor Backend Tools DB Viewer DB Admin Server Map File Editor