opengisch / QFieldCloud

QFieldCloud allows seamless synchronization of your field data with your spatial infrastructure with change tracking, team management and online-offline work capabilities in QField.
https://qfield.cloud
MIT License
123 stars 54 forks source link

Add projects API ordering #1060

Closed gounux closed 2 days ago

gounux commented 1 week ago

Add an ordering filter for the ProjectViewSet that allows ordering by :

SeeQF-4681

duke-nyuki commented 1 week ago

Task linked: QF-4681 Add abilty to sort projects by owner, name or created_at ASC/DESC in the API

suricactus commented 1 week ago

Great!

As discussed, can we make the ordering: 1) case insensitive 2) instead of using owner__username parameter value, find a way to pass only owner and still order by username?