{% extends 'base.html' %}{% block heading %}Project Journal{% endblock %}{% block content %}{% include '_project_bar.html' %}OBSERVE → LEARN → UPDATERecord what actually happenedJournal entrySave Journal EntryWhy journal?PERT estimates, strategic assumptions, and root-cause analyses improve only when they are compared with reality. The journal keeps the feedback loop inside the project.Entries{% for r in rows %}{{r.created_at}}{{r.body}}{% else %}No journal entries yet.{% endfor %}{% endblock %}
PERT estimates, strategic assumptions, and root-cause analyses improve only when they are compared with reality. The journal keeps the feedback loop inside the project.
{{r.body}}
No journal entries yet.