feat(silo): DAG status display in Activity panel #219

Closed
opened 2026-02-14 19:40:31 +00:00 by forbes · 0 comments
Owner

Summary

Show DAG sync status and validation results in the Database Activity panel.

Deliverables

  1. When dag.updated event received: show status indicator next to the item (node/edge count).
  2. When dag.validated event received: show validation badge (pass/fail with failed_count).
  3. When job events received: show job progress inline in the activity feed.

Depends on

  • SSE events issue
  • Client DAG API issue for fetching DAG details

Location

mods/silo/freecad/silo_commands.py -- Activity panel setup.

Ref

docs/MULTI_USER_CLIENT.md Sections 9-10

## Summary Show DAG sync status and validation results in the Database Activity panel. ## Deliverables 1. When `dag.updated` event received: show status indicator next to the item (node/edge count). 2. When `dag.validated` event received: show validation badge (pass/fail with failed_count). 3. When job events received: show job progress inline in the activity feed. ## Depends on - SSE events issue - Client DAG API issue for fetching DAG details ## Location `mods/silo/freecad/silo_commands.py` -- Activity panel setup. ## Ref `docs/MULTI_USER_CLIENT.md` Sections 9-10
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#219