{{ project.title }}

{% if project.github_repo_url %} View on GitHub → {% endif %}
Live Preview
{% if project.docker_image_url %} Click "Start Preview" to launch a live demo of this application {% else %} No demo configured yet — preview will be available once a build is deployed {% endif %}
{% if project.github_repo_url and 'github.io' in (project.github_repo_url or '') %}
Static Preview
{% endif %}

Download Latest Build

{% if artifacts %}
{% for artifact in artifacts %} {{ artifact.split('/')[-1] }} {% endfor %}
{% else %}

No build artifacts available yet. The development team will upload builds here as they become available.

{% endif %}
{% if latest_report %}

Latest Progress Report {{ latest_report.report_date }}

{% if latest_report.commit_diff_summary %}
{{ latest_report.commit_diff_summary }}
{% endif %}
{% endif %} {% if project.delivery_plan %}

Delivery Plan

{{ project.delivery_plan }}
{% endif %}
{% if features %}

Features

{% for feature in features %}
{% if feature.status == 'complete' %} {% elif feature.status == 'in_progress' %} {% else %} {% endif %} {{ feature.name[:80] }}
{% endfor %}
{% endif %}

Submit Feedback

Feedback History ({{ feedback_items | length }})

{% for item in feedback_items %}
{% if item.feature_name %} {{ item.feature_name[:50] }} {% else %} General {% endif %}

{{ item.comment[:300] }}

{% if item.attachment_url %} View attachment → {% endif %} {% if item.screenshot_url %} View screenshot → {% endif %}
{{ item.created_at | timeago }}
{% else %}

No feedback yet. Try the app and share your thoughts!

{% endfor %}