🪃
Engineering Playbook
  • Engineering Playbook
  • Agile Development
    • Kanban from the start
    • Daily Stand-up
    • Collaboration
      • Mobile Designer X Mobile Developer
    • Backlog Management
      • Backlog Refinement
    • Card Management
      • Epics
      • User story
        • Collaboration experience with acceptance criteria
        • Proper acceptance criteria
      • Task
      • Bug
      • Hotfix
      • Sub-task
      • Defect
      • Columns
      • Card organization
      • Column Limit
      • Board Templates
    • Pull System Task Assignment
    • Retrospectives
    • Team Agreement
      • Working Agreement
      • Definition of Ready
      • Definition of Done
    • Agile Metrics
  • Github
    • Source Control
    • Merge Strategies
    • Versioning
    • Code Reviews
      • Author's Checklist
      • Reviewer's Checklist
  • Documentation
    • GraphQL as an API Doc
  • DevOps
    • Continuous Integration
Powered by GitBook
On this page
  • Development Board
  • Story Board

Was this helpful?

  1. Agile Development
  2. Card Management

Board Templates

Development Board

This board is for developers. This usually only have Sub-tasks and Defect card issue type.

Usually, it has 3 columns, these are: Selected For Development (To do), In Progress, and Done.

Story Board

This board focuses more on the higher level of the application compared to the Development Board. This is helpful to the leads so that they can track the overall progress of the project. It usually has 3 different card issue types, these are Epic, Stories, and Tasks. From start you can have these columns, Selected For Development (To do), In Progress, Ready For Acceptance Testing, Acceptance Testing In Progress, Acceptance Testing Failed, Done.

PreviousColumn LimitNextPull System Task Assignment

Last updated 3 years ago

Was this helpful?