onaio / onadata

Collect, Analyze and Share
https://ona.io
Other
183 stars 133 forks source link

Add `ordering` attribute to project viewset #2594

Open KipSigei opened 6 months ago

KipSigei commented 6 months ago

Description:

Currently, the project viewset does not have the ordering attribute defined. This attribute is essential for specifying the default ordering of the queryset returned by the viewset, ensuring consistent behavior and clarity in the API response.

Proposed Solution: