jonathanpeppers / inclusive-code-reviews-ml

Machine learning for code reviews!
MIT License
14 stars 6 forks source link

[Maui] Add in a rating system #98

Closed tj-devel709 closed 2 years ago

tj-devel709 commented 2 years ago

An overview of how the changes look:

image

When the bad slider is dragged to the left, the rating is displayed in the button and the color changes to a dim red.

image

When the bad slider is dragged to the right, the rating is displayed in the button and the color changes to a bright red.

image

When the good slider is dragged to the left, the rating is displayed in the button and the color changes to a dim green.

image

When the good slider is dragged to the right, the rating is displayed in the button and the color changes to a bright green.

image

The changes are recorded to the exported .csv files, and the sliders are reset after each button choice!

tj-devel709 commented 2 years ago

Changed the UI @jonathanpeppers so that the weight is shown in the labels below the slider! image