{% extends "control_plane/base.html" %} {% block content %}

Roadmap{% if project %} / {{ project.name }}{% endif %}

Persistent future intent. Conversion creates lifecycle candidates, not immediate coding work.

{% for horizon,items in board.items %}

{{ horizon }}

{% for item in items %}
{{ item.title }}

{{ item.description }}

{{ item.source }} {{ item.target_action }} {{ item.status }}

Composite {{ item.composite_score }} / Value {{ item.value_score }} / Effort {{ item.effort_score }} / Risk {{ item.risk_score }}

{% csrf_token %}
{% empty %}

No items.

{% endfor %}
{% endfor %}
{% endblock %}