fix: remove stock demo tab marker

This commit is contained in:
Rene Fichtmueller 2026-05-10 15:57:15 +02:00
parent a0657ee565
commit 122c4b8a81
3 changed files with 39 additions and 2 deletions

View File

@ -803,7 +803,7 @@
<div class="tab" data-tab="selflearning">Selflearning</div> <div class="tab" data-tab="selflearning">Selflearning</div>
<div class="tab" data-tab="network">&#127760; Network</div> <div class="tab" data-tab="network">&#127760; Network</div>
<div class="tab" data-tab="review" id="tab-review-nav">&#9998; Review <span id="review-pending-badge" style="display:none;background:#f97316;color:#fff;border-radius:10px;padding:1px 7px;font-size:0.68rem;margin-left:4px;font-weight:700"></span></div> <div class="tab" data-tab="review" id="tab-review-nav">&#9998; Review <span id="review-pending-badge" style="display:none;background:#f97316;color:#fff;border-radius:10px;padding:1px 7px;font-size:0.68rem;margin-left:4px;font-weight:700"></span></div>
<div class="tab" data-tab="stock">🏭 Stock <span style="font-size:0.6rem;color:#f59e0b;vertical-align:middle">⚠DEMO</span></div> <div class="tab" data-tab="stock">🏭 Stock</div>
<div class="tab" data-tab="prices">💲 Price Comparison</div> <div class="tab" data-tab="prices">💲 Price Comparison</div>
</div> </div>

View File

@ -1,9 +1,17 @@
# Current TIP Sync State # Current TIP Sync State
Updated: 2026-05-10 13:55 UTC Updated: 2026-05-10 14:00 UTC
## Newest Work ## 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: - TIP Blog Engine Hot Topics cleanup on 2026-05-10 UTC:
- fixed the repeated/irrelevant Hot Topics problem the user reported earlier - fixed the repeated/irrelevant Hot Topics problem the user reported earlier
- `packages/api/src/routes/hot-topics.ts` now filters bad market-intelligence artifacts: - `packages/api/src/routes/hot-topics.ts` now filters bad market-intelligence artifacts:

View File

@ -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`.