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 #7
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 #7
80-sys.db · systems/80-kitchen/data/
⌂ Kitchen Hub →
id
7
system
80 Kitchen
date
08/23/26
subject
DoughCalc: fixed legacy add-ins never migrating to live-rescale + re-adding created duplicates instead of replacing
approved_by
USR369 David
se_id
—
tr_id
—
_rowid
7
detail
USR369's earlier live-rescale fix (D826) was logically correct but incomplete: it only applied to NEWLY added ingredients going forward. Any add-in already sitting in the list (or saved/restored from localStorage) from before that fix has the old {name,amount,unit} shape with no isPct/pct field at all -- addinLiveAmount() correctly checked isPct and returned the frozen .amount for these, exactly as designed, but nothing ever converted these legacy items INTO the new format, so they stayed frozen forever. USR369 worked around this by deleting and re-adding, which DID create a correctly-live new entry -- but the Add button always pushed a new array entry rather than replacing an existing one by name, so the OLD frozen entry stayed on the list too, alongside the new one -- exactly matching his report ('it didn't delete or change what was already there'). FIX: added migrateLegacyAddin(), called as the first step inside addinLiveAmount() (which itself runs first thing in every renderAddIns() iteration) -- converts any item missing isPct into the pct-based format using CURRENT flour as the baseline, so the displayed number doesn't jump, and it's live from that point on. Also changed the Add button to look up an existing entry by name (case-insensitive) and REPLACE it instead of pushing a duplicate, with a status message confirming the update.
▼ Show timestamps
created_at
2026-08-23 16:06:48
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