FlexMeasures / flexmeasures

The intelligent & developer-friendly EMS to support real-time energy flexibility apps, rapidly and scalable.
https://flexmeasures.io
Apache License 2.0
133 stars 34 forks source link

Fix status page scheduling_forecasting_jobs table sorting #1106

Closed nrozanov closed 2 weeks ago

nrozanov commented 2 weeks ago

Description

Fix status page jobs table sorting - previously it was sorted by the Create-At column, that contains the human-readable text, so "3 minutes ago" was below "An hour ago" and also "36 minutes ago".

Look & Feel

Jobs table is sorted according to job enqueued_at datetime

How to test

Add some jobs so that one of them was added a minute ago and another one - a few minutes ago. Verify that first job is above the second one.

Further Improvements

-

Related Items

-