From 122c4b8a811ad7a2b884a4a17a5ad4cbce777d34 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Sun, 10 May 2026 15:57:15 +0200 Subject: [PATCH] fix: remove stock demo tab marker --- packages/dashboard/index.html | 2 +- sync/CURRENT.md | 10 ++++++- ...2026-05-10-tip-stock-tab-status-cleanup.md | 29 +++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 sync/history/2026-05-10-tip-stock-tab-status-cleanup.md diff --git a/packages/dashboard/index.html b/packages/dashboard/index.html index 9a3f0b8..828e6f6 100644 --- a/packages/dashboard/index.html +++ b/packages/dashboard/index.html @@ -803,7 +803,7 @@
Selflearning
🌐 Network
✎ Review
-
🏭 Stock ⚠DEMO
+
🏭 Stock
💲 Price Comparison
diff --git a/sync/CURRENT.md b/sync/CURRENT.md index 09608ae..f6155d0 100644 --- a/sync/CURRENT.md +++ b/sync/CURRENT.md @@ -1,9 +1,17 @@ # Current TIP Sync State -Updated: 2026-05-10 13:55 UTC +Updated: 2026-05-10 14:00 UTC ## Newest Work +- TIP Stock tab status cleanup on 2026-05-10 UTC: + - removed global `Stock ⚠DEMO` nav marker because stock observations are live data + - current live stock observations: + - QSFPTEK: `17990` observations, `199` SKUs, latest `2026-05-10 13:16 UTC` + - FS.COM: `871` observations, `322` SKUs, latest `2026-05-09 11:57 UTC` + - detailed demo warnings remain only where individual quantities/signals are still synthetic or derived + - deployed dashboard HTML to Erik and restarted `tip-api` + - TIP Blog Engine Hot Topics cleanup on 2026-05-10 UTC: - fixed the repeated/irrelevant Hot Topics problem the user reported earlier - `packages/api/src/routes/hot-topics.ts` now filters bad market-intelligence artifacts: diff --git a/sync/history/2026-05-10-tip-stock-tab-status-cleanup.md b/sync/history/2026-05-10-tip-stock-tab-status-cleanup.md new file mode 100644 index 0000000..af656de --- /dev/null +++ b/sync/history/2026-05-10-tip-stock-tab-status-cleanup.md @@ -0,0 +1,29 @@ +# TIP Stock Tab Status Cleanup + +Date: 2026-05-10 UTC +Owner: Codex + +## Summary + +The top navigation still showed `Stock ⚠DEMO`, which made the system look unfinished even though stock observations are live. + +## Live Stock Evidence + +- QSFPTEK: + - `17990` observations + - `199` SKUs + - latest observation `2026-05-10 13:16 UTC` +- FS.COM: + - `871` observations + - `322` SKUs + - latest observation `2026-05-09 11:57 UTC` + +## Change + +- Removed the global `⚠DEMO` marker from the Stock tab. +- Kept detailed warnings where individual fields are still synthetic/derived. + +## Deployment + +- Deployed `packages/dashboard/index.html` to Erik. +- Restarted `tip-api`.