CarlosJuncher03 opened a new issue, #6498:
URL: https://github.com/apache/hop/issues/6498

   ### What would you like to happen?
   
   Problem
   When many executions exist, locating a specific run is slow. Users need to 
quickly find an execution by:
   
   Execution ID (UUID)
   
   Date/time range
   
   Status (Finished/Failed/Running/etc.)
   
   Type (Pipeline/Workflow)
   
   Name
   
   Proposal
   Add a filter bar at the top of the execution list:
   
   free-text search box (matches name and executionId)
   
   date range selector
   
   dropdowns for status and type
   
   quick-sort options (date desc default)
   
   Acceptance criteria
   
   Filters update the list without needing to navigate away.
   
   Free-text matches executionId exactly and also partial matches.
   
   Date filter supports from/to and quick presets (today/last 7 days).
   
   Filters are usable even with thousands of entries (no UI freeze).
   
   Why this matters
   Enables operational workflows: user can capture the execution UUID and store 
it in a database for later traceability and analysis, then quickly retrieve 
that run inside Hop.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to