nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

better time sort in tables in admin dashboard #61

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

Right now the time sort works great but it works on a time stamp that looks like this:

The problem is that many, many tasks can be added in the same second which makes the sort less than helpful for looking at create order.

This time stamp is used because it is the timestamp passed on from app.py.

Change the timestamp passed on (and thus used for sorting to be like:

And have a customer renderer in the web page so that the timestamp is shown like this: