Hi, thanks for your reply. I think you are understanding me perfectly fine
I understand that its not reproducible for you, but i still need a fix
As stated above my tasks in overview are ordered the opposite of what you are describing. The Tasks furthest in the future are at the top and the ones overdue/soon are at the bottom.
I was thinking it might be possible to implement a check inside the database to order it the correct way. Aside from that do you have any idea what could be causing this behaviour?
Thanks for your effort
Edit: I have another Information - this Problem only appears on my user. New users in my Vikunja are ordered corretly
The tasks are not sorted in the db, only when querying them. You could enable the database log to debug to see the actual sql queries Vikunja executes and then try to see if the order is correct when you run those queries manually. If the order is correct in that case that would indicate something goes wrong in either the transmission to the client through the api response or in the frontend itself.
That is… interesting. Does it also happen if the new user has a lot of tasks? Does it happen if you share your lists with that new user?