Skip to content

Comments

feat: display docs ingested and graph epoch in web UI#338

Merged
aaronsb merged 2 commits intomainfrom
feature/web-epoch-display
Feb 18, 2026
Merged

feat: display docs ingested and graph epoch in web UI#338
aaronsb merged 2 commits intomainfrom
feature/web-epoch-display

Conversation

@aaronsb
Copy link
Owner

@aaronsb aaronsb commented Feb 18, 2026

Summary

  • Show document ingestion count ("Docs Ingested") on home dashboard and admin system tab
  • Show graph change counter ("Graph Epoch") on admin system tab
  • Add getDatabaseEpoch() API client method for /database/epoch endpoint
  • Correctly distinguish the two metrics: document_ingestion_counter (147 docs) vs graph_change_counter (all mutations)

Test plan

  • Verify home dashboard shows 6-column grid with "Docs Ingested" card
  • Verify admin System tab Job Queue section shows 6 cards including both "Docs Ingested" and "Graph Epoch"
  • Verify values load without errors (check browser console)

Show the current graph epoch (ADR-200) on the welcome dashboard
and admin system tab. Data fetched from the API root endpoint.
Rename the document_ingestion_counter display to "Docs Ingested"
(home + admin). Add the actual graph_change_counter as "Graph Epoch"
in the admin view, fetched from GET /database/epoch.
@aaronsb aaronsb merged commit 7346168 into main Feb 18, 2026
@aaronsb aaronsb deleted the feature/web-epoch-display branch February 19, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant