[Feature Request] Add Sorting for All Event Types
Is your proposal related to a problem?
Yes. Managing events (One-off/Recurring/Processed) is inefficient due to no column sorting (e.g., scheduled_time). Manual scanning wastes time, especially with large datasets.
Describe the solution you'd like
Add ascending/descending sorting to all event tables:
One-off: Sort by scheduled_time, created_at, tries. Processed: Sort by processed_at,
Why This Matters
-
Saves time: Quickly find delayed or failed events
Hi @SHABIN-K, I am looking into this enhancement, I am new to this project, but I have look into the front-end and back-end code and seems that the developer didn't implement the sorting function in both side.
I will give you an update in a few weeks.
I have created a PR for this feature update
https://github.com/hasura/graphql-engine/pull/10724
Thanks for the update, @jackchan! Appreciate you looking into this and creating a PR. Happy to see the progress 🙌