Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ordering attribute to project viewset #2594

Open
KipSigei opened this issue May 14, 2024 · 0 comments
Open

Add ordering attribute to project viewset #2594

KipSigei opened this issue May 14, 2024 · 0 comments
Labels

Comments

@KipSigei
Copy link
Contributor

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:

  • Add the ordering attribute to the project viewset with an appropriate default ordering.
  • Specify the default ordering based on the primary key or another relevant field, ensuring consistency in the ordering of the queryset
@KipSigei KipSigei added the Error label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant