Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.27 KB

Bookeeper

There’re 4 things you need to read and understand before start:

Work flow and definition of done:

(Remember to add more acceptance test case if you find any new one, https://medium.com/@Grype/test-your-website-like-a-pro-checklist-to-perform-user-acceptance-testing-uat-7d7c6d6ca53e)

Utilities:

  • Themer and Theme: to avoid duplicate code styling the same controls, remember to create themer before styling the control. Ex: textFieldThemer.applyTheme(view: password, theme: TextFieldTheme())
  • ViewControllerExtension: place for all the common functions of viewcontroller

(Remember to add notes if you create any new utility used by others)