{% extends 'base.html' %} {% load static %} {% block title %}{% if measurement %}Edit{% else %}Create{% endif %} Quality Measurement{% endblock %} {% block css %} {% endblock %} {% block content %}

{% if measurement %}Edit Measurement{% else %}Create Quality Measurement{% endif %}

{% if measurement %} Edit "{{ measurement.name }}" {% else %} Create New Quality Measurement {% endif %}

{% if measurement %} Update the measurement configuration and settings below. {% else %} Define a new quality measurement to track performance metrics and targets. {% endif %}

Ready
{% if form.errors %}
Please correct the following errors:
{% endif %}
{% csrf_token %}
Basic Information
A clear, descriptive name for this measurement
Unique identifier for this measurement
Detailed description of the measurement purpose and methodology
Category & Classification
Measurement Configuration
The unit used to express measurement values
Calculation Method
Target Settings
Target Configuration
Higher is Better
Lower is Better
Exact Target
Alert Configuration
Alert Rules
Preview
Measurement Name

Description will appear here

Category Frequency
Department: Not selected
Target: Not set
Unit: Not specified
Team Assignment
Assigned Team Members
Quick Actions
Help & Tips
Creating Effective Measurements:
  • Use clear, specific names that describe what you're measuring
  • Set realistic but challenging targets based on historical data
  • Choose appropriate measurement frequency for your needs
  • Configure alerts to notify you of important changes
Ready to save
Cancel
{% endblock %} {% block js %} {% endblock %}