Skip to content

Extend project health dashboard sorting capabilities #2002

@arkid15r

Description

@arkid15r

👋 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

Image

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions