Creating Progress Tracker

Hi all,

I’m currently working on a project management using Yii. One of the main parts of the application is a functionality that enables users to track the progress of an ongoing project.

I have three users namely, user1,user2,user3. User1 creates project and follow its progress. User2 can post progress of the project which can be viewed by the rest.

What I have as an idea is to use a step by step tabbed form which goes to the next tab after completion of the previous one.this can be applied for User2. But for the rest they can only view what’s been posted. I am thinking about using bootstrap wizard but I would like to hear from anyone for a better approach. I hope nothing I mentioned is vague or unclear.

Thanks in advance.