What is DOR and DOD in a Scrum
DOR and DOD is a standard format defined for the project to start(Definition of Ready) and complete (Definition of Done) the user stories in each sprint .
DOR
In simple words , DOR is the pre-requisite to check before we start any user story to work.
Examples : checking the Pre-requisite before we start any course to learn
( Pre-requisite like : whether he/she knows any programming languages
whether he/she completes minimum degree or not )
Examples : checking the Pre-requisite before we start any course to TEACH THE COURSE
( Pre-requisite like : Trainer to check whether the course content is ready to start the course
whether the required PPT/documents are ready to teach the course )
DOD
In Simple words , DOD is the pre-requisite to check whether all the Pre-requisites/Criteria met to confirm the assigned story is "Done"
Example : checking the Pre-requisite before we are going to complete any chapters in the course. (i.e.saying that we have "DONE" - meaning we have understood that particular chapter)
( Pre-requisite like : whether he/she understood the topic / chapter of the course
whether he/she completed the assignments/quizes )
Examples : checking the Pre-requisite before saying the COURSE is 'DONE"
( Pre-requisite like : Trainer to check whether all the course content is covered in the course
whether the required PPT/documents are shared to the students or not )
Mobile App Development Project :
DOD may include : All Images are compressed .
All code is magnified and zipped .
Software Development project :
DOD may Include :
All code has been thoroughly tested via Unit , Integration and end-to-end tests
As per Atlassian :
DOR : Criteria that Allows you to evaluate the work before your teams starts on it .
Defines the tasks, user story or story points for your team .
DOD : Criteria that a product increment must meet for the team to consider it complete and
ready for customers
Difference between DOR and DOD :
DOR : Criteria to determine if the user story / task is ready for your team to tackle
DOD : Benchmark to evaluate when a user story / task is complete by your team .
Comments
Post a Comment