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

Definition Of Done api

  1. All Actions and Views described in Technical 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. Unit test is made
  6. Unit test succeeds
  7. (Automated) regression test succeeded
  8. Source code is committed
  9. Sonarcube rules are applied, code is accepted
  10. API team reviewed the code
  11. Front-end team accepted the API