Add retry stats, form validation, column resize, and user activity timeline#534
Open
miss-yusrah wants to merge 1 commit into
Open
Add retry stats, form validation, column resize, and user activity timeline#534miss-yusrah wants to merge 1 commit into
miss-yusrah wants to merge 1 commit into
Conversation
…meline Co-authored-by: Cursor <cursoragent@cursor.com>
|
@miss-yusrah Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #487
closes #498
closes #501
closes #506
Summary
/api/schedule/execution-metrics,/retry-distribution,/retry-statistics), and a dashboard Retry Stats panel with distribution breakdown.aria-invalid/aria-describedby/role="alert"wiring.localStorage.What changed
Task 1 — Notification Retry Statistics
listener/src/services/retry-statistics.tswith pure calc helpers and payload builder.events-server.tsandNotificationAPI.getRetryStatistics().RetryStatisticsPanel+ API client + unit/UI tests.Task 2 — Form Validation Feedback
SubscriptionFormvalidates on blur/submit; invalid fields are highlighted immediately.Task 3 — Table Column Resizing
EventExplorerTablesupports drag resize handles, CSS grid stability, and persisted widths.Task 4 — User Activity Timeline
UserActivityTimeline+userActivityApiwith chronological sorting and empty state.Test plan
listener:npm test -- --testPathPattern=retry-statisticsdashboard:npm test -- --testPathPattern='RetryStatisticsPanel|EventExplorerTable|UserActivityTimeline|retryStatistics'frontend:npx vitest run src/components/__tests__/SubscriptionForm.test.tsxNotes
feature/ux-statsfrontend/node_modules/if it appears untracked