Provide UI to show outgoing EXECSETs or messages
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 2
Description
We have in our Monitor a listing of incoming reports with timestamps, but we do not have an equivalent log of outgoing messages.
Such a table should have:
- Timestamp
- ARI sent
- Destination
- Status (success, pending, error). If error, include details
This is distinct from the existing 'Reports Sent' dialog under Agents which only lists unique reports for re-sending.
A full timestamped listing is important for debugging, and as an audit log operationally.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Monitor's incoming reports listing and the existing “Reports Sent” dialog under Agents. Trace where outgoing messages are recorded and how their delivery status is represented. Done means the Monitor provides a timestamped outgoing-message table showing the ARI, destination, status, and error details without replacing the existing resend dialog.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100