Closed will-hart closed 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.
/session
timeStarted
Sort session listings in UI - closes #31
→ <<cset 75ff927be5a7>>
Original Comment By: Will Hart
When multiple
/session
requests are made, the new sessions are always placed at the end. The list should be sorted bytimeStarted
. This may require an observer on length or similar.