graphql-engine icon indicating copy to clipboard operation
graphql-engine copied to clipboard

[Feature Request] Add Sorting for All Event Types

Open SHABIN-K opened this issue 11 months ago • 3 comments

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,

Image

Why This Matters

  • Saves time: Quickly find delayed or failed events
    

SHABIN-K avatar Jan 25 '25 06:01 SHABIN-K

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.

jackchan avatar Mar 11 '25 10:03 jackchan

I have created a PR for this feature update

https://github.com/hasura/graphql-engine/pull/10724

jackchan avatar Apr 23 '25 23:04 jackchan

Thanks for the update, @jackchan! Appreciate you looking into this and creating a PR. Happy to see the progress 🙌

SHABIN-K avatar Apr 29 '25 15:04 SHABIN-K