{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Pilot Program - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Pilot Program

Controlled field deployments, feedback, issue patterns, operational metrics, and success scoring.

Register This Shop As A Pilot

{% for pilot in snapshot.pilots %}
{{ pilot.shop_name or pilot.shop_id }}{{ pilot.success_score }}%{{ pilot.category|title }}
{% else %}
No pilot registered yet.
{% endfor %}

Collect Feedback

Recent Feedback

{% for item in snapshot.feedback %}
{{ item.feedback_type|title }} {{ item.rating or '' }}

{{ item.comment }}

{{ item.pain_point }} {{ item.requested_feature }}
{% else %}
No feedback yet.
{% endfor %}
{% endblock %}