{{ 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 %}
Static Preview
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 %}Latest Progress Report {{ latest_report.report_date }}
{% if latest_report.commit_diff_summary %}{{ latest_report.commit_diff_summary }}
{% endif %}
Delivery Plan
{{ project.delivery_plan }}
{% if features %}
{% endif %}
Features
{% for feature in features %}
{% if feature.status == 'complete' %}
{% elif feature.status == 'in_progress' %}
{% else %}
{% endif %}
{{ feature.name[:80] }}
{% endfor %}
Submit Feedback
Feedback History ({{ feedback_items | length }})
{% for item in feedback_items %}
{% else %}
{% if item.feature_name %}
{{ item.feature_name[:50] }}
{% else %}
General
{% endif %}
{{ item.status.value | title }}
{{ item.comment[:300] }}
{% if item.attachment_url %} View attachment → {% endif %} {% if item.screenshot_url %} View screenshot → {% endif %}{{ item.created_at | timeago }}
No feedback yet. Try the app and share your thoughts!
{% endfor %}