Now I am the front end leader of the team, and one thing I often have to do is to assign tasks. I have a very difficult problem in task assignment, that is, I am not clear about the priorities of different tasks, which leads to the rework of the project.

For a simple example, let’s say that in an iteration I need to complete three functions: login registration, public functions, and request module. The scientific task order is to do the public function first, then do the request module, and finally do the login registration. But I did ask my staff to do login registration first, and it turned out that login registration needed to use the request module, so I had to rework to do the request module.

If you had more than 10 tasks to do at once, would you still be able to prioritize them all?

So I built a little system to help me solve this problem. I just put all the tasks into the system, and it sorted all the tasks in a scientific way, and ALL I had to do was complete them in that order.

I think no matter what you are, leader, product, tester, programmer, etc. You’ll need it whenever you have multiple tasks on your plate today and it’s not clear which one should come first.

Click the following to view the system and change the system to PC only:

Preview, look at the sidebar, “Video demo.”