{% extends "base.html" %} {% load extra_tags %} {% block head-extra %} {% endblock %} {% block content %}

Summary

This is a tool for analysis of current state of projects and tracking changes over time.
It will allow us to become more predictable and realistic, visualise progress for ours and other stakeholders' benefit and help addressing potential issues preemptively.
We're awesome, but will become more so.

Projects
Dashboard with all projects(sprints) and a Gantt chart showing dependencies
People
Shows involvement of everyone over time, across projects - this shows potential overallocation/underallocation

Assumptions and limitations

Integrations

Trello

Tags to include in names of Trello's tasks

[eff:X]
Exactly 1 required.
Estimated effort for the task. X is expressed in man days, e.g. [eff:0.5] is half a day.
Assigning more than 1 person to the task lowers duration accordingly, e.g. assigning 2 people to .5d task will assign .25d duration task to both of them.
[res:RESOURCE]
Optional, task can have many of them.
Some people or groups of people (e.g. 3rd parties, Creative Services) won't have Trello accounts, so instead of assigning member to a task, include as many res tags as necessary. This is equivalent of assigning a member.
[seq:SEQUENCE]
Optional, task can have many of them.
This can be used to indicate, that tasks have to be executed in sequence. This way sequence can end up being on the critical path.

TestTrack

todo

Todo

{% endblock %}