{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Product Feedback - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %} Product Feedback Loop Feature usage, abandoned workflows, onboarding dropoffs, confusion points, and operational friction. Log Friction Workflow Severity Normal High Critical Detail Save Feature Usage {% for item in snapshot.feature_usage %} {{ item.feature_key }} {{ item.uses }} uses, {{ item.failures or 0 }} failures {% else %} No usage yet. {% endfor %} Workflow Failures {% for item in snapshot.workflow_failures %} {{ item.workflow_key }} {{ item.count }} {{ item.failure_type }} {% else %} No failures recorded. {% endfor %} Improvement Insights {% for insight in snapshot.improvement_insights %} {{ insight }} {% else %} No improvement insights yet. {% endfor %} {% endblock %}