QFS Transaction Map

U
Live Sync Monitoring

QFS Transaction Map

Complete map of all Unified Transaction (UT) generators and observers across the QFS platform. Track which pages create UTs, which pages consume them, and monitor real-time sync status across all generator→observer links.

47 Generators43 Observers17 Service Types95 UT ColumnsLive Sync Status

Real-Time

8s refresh

GLOBAL UT SERVICE STOPPED
0UTs in hot store
0UTs in Parisii QLT DB
Store↔DB in sync
Live · 15s poll

Platform Coverage

47

UT Generator Pages

Pages that create UTs

43

UT Observer Pages

Pages that display UTs

17

Service Types

Distinct UT service buckets

95

Total UT Columns

Normalized schema fields

Performance & Retrieval Configuration

Table Retrieval & Polling AuditTuned

All tables use the Dashboard gold standard: each page hydrates the last 20 rows of its OWN service on load (so a busy service cannot crowd out a quiet one), displays 10 per page — 5 on mobile — with pagination, and keeps a 30s polling fallback alongside store subscribe for instant in-memory updates and INSERT append for incremental Supabase realtime pushes — no full re-fetch on each update.

Table Retrieval & Polling Audit

PAGE / SERVICEDashboard — Recent Transactions
TABLE / PANELActivity Feed
INITIAL FETCH20
MAX RECORDS10
REALTIMEStore subscribe
POLL INTERVAL30s
STRATEGYAppend on store change
PAGE / SERVICEDashboard — Live UT Creation Widget
TABLE / PANELAgentic & complementary UTs (not in Recent Txs)
INITIAL FETCH20
MAX RECORDS10
REALTIMEtransactionStore.subscribe() + Supabase INSERT
POLL INTERVAL30s
STRATEGYMirrors RecentTransactions — fetch on mount, subscribe, realtime, 30s poll
PAGE / SERVICEDashboard — Supabase Sync Health
TABLE / PANELunified_transactions (count)
INITIAL FETCH
MAX RECORDS
REALTIME
POLL INTERVAL15s
STRATEGYCount query only
PAGE / SERVICERWA Investments — Trade History
TABLE / PANELTrade (RWA filter)
INITIAL FETCH20
MAX RECORDS10
REALTIMEStore subscribe
POLL INTERVAL30s
STRATEGYAppend on store change
PAGE / SERVICEDeposit / Withdraw — Recent Txs
TABLE / PANELDW Transactions
INITIAL FETCH20
MAX RECORDS10
REALTIMEStore subscribe
POLL INTERVAL30s
STRATEGYAppend on store change

1–5 of 44

1/9
Initial fetch = 5 records (most recent)
Max display = 5 records (Dashboard gold standard)
Polling = 30s fallback (matches primary scheduler)
Realtime = Store subscribe (0ms) + INSERT append (no batch re-fetch)

Step 1 — Pages That Create / Generate UTs

Step 2 — Pages That Observe / Display UTs

Step 3 — Normalized UT Field Reference (per Generator)

Step 4 — Real-Time Sync Status per Generator→Observer Link