Add application name (group) to ExecutionSummary search results #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
ExecutionSummaryonly containsagentId(instance ID) but notgroup(application name). The UI needs the group to:/apps/:group/routes/:routeId) without a separate agent registry lookup (#69)Terminology
order-service-eu). All instances of the same Apache Camel application share a group. This is the HA/LB cluster.What's needed
Backend
groupfield toExecutionSummaryDTOFrontend
openapi.jsonand regenerateschema.d.tsExecutionSummarytype gainsgroup: stringResultsTable.handleDiagramNav()which currently resolvesagentId → groupat navigation timeBlocked by this
Updated context post-UX overhaul (#69)
With direct row-click navigation, the results table becomes a launchpad — users scan and click. Having
groupvisible in the table row is now more important than before, since the user needs to mentally connect the execution to its application context before clicking through.Consider showing group as a subtle label above or beside the agent name in the Application column, so users can visually group executions by application before navigating.
Add agent name/group to ExecutionSummary search resultsto Add application name (group) to ExecutionSummary search results