Skip to content

Instantly share code, notes, and snippets.

@oLeVanNinh
Created November 26, 2019 05:53
Show Gist options
  • Save oLeVanNinh/376bdc003612623a1ee44c940ba46bac to your computer and use it in GitHub Desktop.
Save oLeVanNinh/376bdc003612623a1ee44c940ba46bac to your computer and use it in GitHub Desktop.

Design checklist

  • controls (button, checkbox, etc) - is the color correct?
  • controls (button, checkbox, etc) - is the size correct?
  • controls (button, checkbox, etc) - is the font correct?
  • controls (button, checkbox, etc) - is the shape correct?
  • Color variation, shape variation before and after operation (hover effect?)
  • Are the Items controls(button, checkbox, etc) enough, redundant or missing?
  • Are the Controls(button, checkbox, etc) arranged correctly?
  • Are the margin between controls(button, checkbox, etc) corrected?
  • Are the location - the distance between controls (buttons, checkbox, etc) corrected?

Logical checklist

  • Are all controls adding or modifying operation work correctly as expect
  • All old controls relate to this change is woking well
  • Has unit test cover for the new modifying
  • All the unit test should pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment