Friday, 31 July 2020

Scrum Process (two weeks sprint)



Day 1 : Creation of building blocks.

Day 2:  Converting building blocks into userstories

Day 3: Sprint Planning ( Converting userstories into JIRA tasks)

Day 4 - Day 13: Sprint run (incase of 2 weeks sprint) (Daily stand ups)

Day 14: Sprint Retrospective 

No comments:

Post a Comment

Git

1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...