Confidential Docs
Definition of done
View GitHub RSS Feed
Set theme to dark (⇧+D)

Definition Of Done Front-end

  1. All functional requirements described in the functional design are implemented correctly:
    a. Check rights
    b. Check validation rules
    c. Check authorizationlevel
  2. Code builds without errors
  3. Source code is documented
  4. Source code complies with code conventions and quality agreements
  5. Automated UI Test is made
  6. Automated UI Test succeeds
  7. (Automated) regression test succeeds
  8. Source code is committed
  9. Sonarcube rules are applied and code is accepted
  10. Styling conforms to default styling and theming
  11. Page works on all supported viewports
  12. Front-end team reviewed the code
  13. Acceptation team accepted the front-end based on FO