skunk icon indicating copy to clipboard operation
skunk copied to clipboard

Add ability to sort output results

Open fbuys opened this issue 2 years ago • 6 comments

IMPORTANT: please make sure you ask yourself all intro questions and fill all sections of the template.

Before we start...:

  • [x] I checked the documentation and didn't find this feature
  • [x] I checked to make sure that this feature has not already been requested

Branch/Commit:

Inform what branch/commit/version of "Skunk" you are using.

https://github.com/fastruby/skunk/commit/77bbd4e53bb88981956381f0bbb86b11971db046

Describe the feature:

Please include a detailed description of the feature you are requesting and any details on it’s expected behavior.

As an end user of skunk I generate a skunk report for an application And I see a skunk report sorted in ascending order of skunk scores

Problem:

Please include a detailed description of the problem this feature would solve.

As an end user of skunk I want to generate a skunk report in a different order, say in ascending order of churn_times_cost values So that I can a analyze my application from different perspectives and emphasizing different metrics

I will abide by the code of conduct

fbuys avatar Jan 25 '24 12:01 fbuys

  1. One solution would be to provide an option that sets the sorting order of the skunk report
  2. Another option would be to provide an option that sets the output format to something like CSV that can easily be imported into a spreadsheet application and then be sorted.

fbuys avatar Jan 25 '24 13:01 fbuys