vincent-paing / CCDroidX

CCDroidX is to Android what CCMenu is to Mac and what CCTray is to Windows
GNU General Public License v3.0
16 stars 1 forks source link

[FEATURE] Color blind accessible build status indicator #4

Closed vincent-paing closed 2 years ago

vincent-paing commented 2 years ago

Value Statement

As a user with color blindness, I want to know the difference between each build status so that I can actually use the app

Summary

Currently, the indicator is just plain old red, green, yellow circles. These are not accessible as if you have color blindness, they'd all look the same. Instead, we should use tick icon for successful, cross icon for fail and play icon for running builds.

Acceptance Criteria

AC 1 : Icon Indicator

Given When Then
I have a project Build is successful The indicator should be green circle with tick icon cut out in middle
I have a project Build is failed The indicator should be red circle with cross icon cut out in middle
I have a project Build is running The indicator should be yellow circle with play icon cut out in middle