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

Bug | Sort By Issue count #30

Closed
aadeshkulkarni opened this issue Jul 13, 2024 · 0 comments · Fixed by #40
Closed

Bug | Sort By Issue count #30

aadeshkulkarni opened this issue Jul 13, 2024 · 0 comments · Fixed by #40
Labels
bug Something isn't working good first issue Good for newcomers High priority

Comments

@aadeshkulkarni
Copy link
Owner

Current:

  • Sorting the list by issue count shows projects in a random order of issue count.

Expectation:

  • Sorting the list by issue count should show projects in descending order of issue count.

Screenshot:

Screenshot 2024-07-13 at 3 56 43 PM

RCA:

The issue is most likely because issues property in mongoDb Project collection, is an Array.
The way it is sorted in the API is probably incorrect.

@aadeshkulkarni aadeshkulkarni added bug Something isn't working good first issue Good for newcomers High priority labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers High priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant