Skip to content

Latest commit

 

History

History
115 lines (87 loc) · 3.06 KB

scrum.md

File metadata and controls

115 lines (87 loc) · 3.06 KB

Scrum

Table of Contents

4 Keys elements

Values

  • Commitment
  • Courage
  • Openness
  • Focus
  • Respect

Roles

  • Product Owner
  • Development Team
  • Scrum Master

Artifacts

  • Product Backlog
  • Sprint Backlog
  • Increment

5 (+1) Events

  • Sprint - Programming
  • Sprint Planning - Meeting
  • Daily Scrum - Standup
  • Sprint Review - Meeting
  • Sprint Retrospectives - Meeting
  • (Refinement)

Differences between Scrum and Hybrid Waterfall

Scrum VS Hybrid Waterfall

  • Fixed Time-boxing VS Fixed Scope
  • Controllable Scope OR Resources VS Controllable Resources OR Time
  • Give up non-core features VS Delay deliveries
  • What is time-boxing
  • Code is peer-reviewed
  • Code is checked in
  • Code is deployed to test environment
  • Code/feature passes regression testing
  • Code/feature passes smoke testing
  • Code is documented
  • Help documentation is updated
  • Feature is OK’d by stakeholders

In NEXPLORE, DoD is NOT universal. Each project needs to define its own DoD before it starts

KanBan in JIRA

Development Workflow

  • To Do
  • In Progress
    • Development
  • Ready for Review
    • Ready for Code Review
  • Deployed to Dev
    • Deployed to Dev
  • QA Testing
    • QA Testing and Developer Bug Fixing
  • Release Ready
    • Scheduled to deploy to UAT
  • Deployed to UAT
    • Deployed to UAT
    • Acceptance Testing and sign off by clients / delivery team
  • Done
    • DoD has fulfilled

Special Stages

  • Draft
    • Placeholders for incomplete ticket details
  • Cancelled
    • No longer valid
  • Blocked
    • Blocked from progressing

Board 1 - Development Board

  • It is a Scrum board

  • Designed for development

  • Visualize every movement of tasks across system

    Development Board

Board 2 - Product Board

  • It is a KanBan board

  • Designed for product end-to-end journey from ideas to completion

    Product Board