will-hart / blitz

An open source data acquisition system in Python
http://will-hart.github.io/blitz/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Sessions are unsorted #31

Closed will-hart closed 10 years ago

will-hart commented 10 years ago

When multiple /session requests are made, the new sessions are always placed at the end. The list should be sorted by timeStarted. This may require an observer on length or similar.


will-hart commented 10 years ago

Sort session listings in UI - closes #31

→ <<cset 75ff927be5a7>>


Original Comment By: Will Hart