Thinking Development Workflow in System

Sky Chin
4 min readDec 1, 2021

Software development teams use ticketing systems to manage work requests, such as Jira, Asana, etc. They use source code management tools to manage the application’s source code, such as Github, Gitlab, etc.

The modern development teams usually practice code review to improve code quality and reduce the bus factor. Upon the code completion, they open a pull request and invite team members to give feedback.

You, as a manager or a team lead, it is challenging to track team performance when you don’t see the connections between tickets and…

--

--