nilenso / time-tracker

A time-tracker built for education, fun and eventually profit.
http://time.nilenso.com/
Eclipse Public License 1.0
14 stars 6 forks source link

Fix order in lists of clients, projects and tasks #191

Closed samrat closed 6 years ago

samrat commented 6 years ago

Currently order is not specified anywhere(DB query, handlers in the backend or frontend) making the order non-deterministic. Specify it(probably both in the frontend and backend) so that the user sees the same order each time.

hargup commented 6 years ago

fixed with #190