bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

sort tracks dropdown by name #103

Closed rnwgnr closed 4 years ago

rnwgnr commented 4 years ago

From a user perspective, sorting the tracks in the dropdown by name seems more reasonable then the current sorting by id.

As the IDs are only internal values they have no meaning for the user. Especially as they are not shown anywhere.

bfabiszewski commented 4 years ago

Well, I don't agree with you. I want to have tracks sorted in order of adding. Newest tracks are at the top of the list.

Maybe there could be an option to sort the list. But this will have to wait till I find time to finish ui rewriting that I started some time ago.

rnwgnr commented 4 years ago

Thanks for your comment, i think i get your point. When looking for a specific track, for me time of adding is often a hardly known attribute. I'd like to have the tracks sorted by date they happened, so i use a trackname similar the ones the android app generates, much like "YYYY-MM-DD location" which is used best with a sorting by name.

I'm currently preparing some small other PRs (translation updates, small adjustments). Are you interested in those or should i keep them in my fork?

bfabiszewski commented 4 years ago

I am working on new javascript interface so I will probably not merge any new features into GUI part. Except for bug fixes. Other PRs are welcome though it may take some time for me to merge them. As I am still short of time.

I am going to close this PR. Maybe in some future version I will add client side sorting option for tracks list. Thanks anyway!