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

Product Usage Analytics

Active shops, active cashiers, checkout speed, failed checkouts, feature usage, and retention metrics.
Active Shops{{ snapshot.active_shops }}
Active Users{{ snapshot.active_cashiers }}
Failures{{ snapshot.reliability.failures or 0 }}

Most Used Features

{% for feature in snapshot.most_used_features %} {% else %} {% endfor %}
FeatureUsesAverage Time
{{ feature.feature_key }}{{ feature.uses }}{{ "%.1f"|format(feature.avg_duration_ms or 0) }}ms
Usage appears after users move through workflows.
{% endblock %}