BatchExplorer icon indicating copy to clipboard operation
BatchExplorer copied to clipboard

Job List features

Open megel opened this issue 6 years ago • 1 comments

The current Job-List provide only the Job-ID Information: image

I suggest a configurable Job-Name for the list based on job-information like:

  • Job-ID (default)
  • Job-Display Name
  • Job-Creation Time

image

Changing sorting of the job list (e.g. ASC / DESC) is another feature.

Currently I use a combination of identifier and timestamp for the JobId. Result is, the latest (most interesting) job is mostly at the buttom of the list.

megel avatar Aug 16 '19 08:08 megel

Adding either hover text or a way to configure what attributes are displayed seems like a reasonable feature request.

The one problem with sorting is that any sorting needs to be done client side as the batch service doesn't support that yet. This means you'd only sort the displayed items which might be quite confusing to some users unless we force users using the sort functionality to load their entire list of jobs which means it may be delayed.

bgklein avatar Aug 16 '19 14:08 bgklein