BSC-ES / autosubmit-gui

The Autosubmit Graphical User Interface (GUI) is the web-based Autosubmit frontend, allowing users to discover, monitor, and analyze experiments. It is based on ReactJS and relies on the Autosubmit API as the middleware to get experiment information.
MIT License
2 stars 0 forks source link

Human-mode sorting in performance table #96

Open kinow opened 10 months ago

kinow commented 10 months ago

In GitLab by @mcastril on Jan 4, 2024, 16:54

The performance view is not sorting tasks by hierarchical or submission order (I think it's using jobname alphabetical order), which is confusing.

Screenshot_from_2024-01-04_16-51-33

The # therefore only indicates the rowid, which can be misleading.

I think it would be enough to internally pad the CHUNK number in the jobname with zeroes.

kinow commented 10 months ago

In GitLab by @ltenorio on Jan 5, 2024, 08:42

... (I think it's using jobname alphabetical order), which is confusing.

Yes, it is just sorted by name

The # therefore only indicates the rowid, which can be misleading.

I think it would be enough to internally pad the CHUNK number in the jobname with zeroes.

I think we can replace or remove the # column, and add the chunk number column (if exists). (This is a modification to the API too)

Then, do the order by chunk and then by name (if in the same chunk).

kinow commented 10 months ago

In GitLab by @mcastril on Jan 9, 2024, 10:20

Thanks Luiggi, I think it's a good approach

kinow commented 9 months ago

In GitLab by @ltenorio on Jan 25, 2024, 15:38

mentioned in commit a9cba65c5bcecc7061da8c6804f6f44c170d9c45

kinow commented 7 months ago

In GitLab by @ltenorio on Mar 15, 2024, 15:29

This was implemented a long time ago, but it is now available in production (ES and DE) along with the "Export to CSV" option from #95.

Screenshot_from_2024-03-15_15-24-59_2