-
-
Notifications
You must be signed in to change notification settings - Fork 271
Description
👋 Thanks for contributing to OWASP Nest!
Active project leaders: @arkid15r and @kasya
Contributing guidelines: https://github.com/OWASP/Nest/blob/main/CONTRIBUTING.md
Hacktoberfest issues: https://github.com/OWASP/Nest/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest
Join us on Slack: https://owasp.org/slack/invite -- #project-nest
Our LinkedIn group: https://www.linkedin.com/groups/14656108/
Is your feature request related to a problem? Please describe.
The current project health dashboard sorting funcionality (http://localhost:3000/projects/dashboard/metrics) is quite limited and allows to sort on score field only.
Describe the solution you'd like
Implement a feature that would allow to sort projects by any of the currently shown columns (fields) -- e.g. stars, forks, contributors, check date, score. The UI has to allow asc/desc sorting that should be handled within entire dataset (on the backend). The field name and sorting direction should be presented in a single field, e.g. -forks or forks, -stars, score, etc. The URL should reflect current sorting selection (if any). The default sorting is -score
Are you going to work on implementing this?
- Yes
- No
Additional context

Metadata
Metadata
Assignees
Labels
Type
Projects
Status