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

Utilize severity score #45

Open
1 task done
Saagmehta97 opened this issue Jul 26, 2024 · 1 comment
Open
1 task done

Utilize severity score #45

Saagmehta97 opened this issue Jul 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Saagmehta97
Copy link
Collaborator

Saagmehta97 commented Jul 26, 2024

Problem

As a user, I want to be able to see the errors that are most important first, so I want the information in the progression chart and doughnut chart, as well as the information in the problems tab to reflect that.

Solution

We can try to solve this problem by using the severity formula outlined in the readMe. The object in the JSON library includes severity score, so that data needs to be pulled and compiled through some logic to output the results in a helpful way to the user.

Additional information

The JSON Library, called Summary_Library is created when you lint a file, using the command Lint Active File. Within that folder is a summary of the errors and warnings from each individual file. The details of the error shows the severity score of each error.

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@Saagmehta97 Saagmehta97 added the enhancement New feature or request label Jul 26, 2024
@kristianschott
Copy link
Collaborator

This is a great idea! We should implement the severity score that has been calculated to make this a more useful application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants