20#ifndef ORES_DQ_DOMAIN_BADGE_SEVERITY_HPP
21#define ORES_DQ_DOMAIN_BADGE_SEVERITY_HPP
25#include "ores.utility/uuid/tenant_id.hpp"
27namespace ores::dq::domain {
Severity levels for badge visual classification.
Definition badge_severity.hpp:38
int display_order
Order for UI display purposes.
Definition badge_severity.hpp:69
std::string modified_by
Username of the person who last modified this badge severity.
Definition badge_severity.hpp:74
std::string change_commentary
Free-text commentary explaining the change.
Definition badge_severity.hpp:91
std::string description
Detailed description of the severity level.
Definition badge_severity.hpp:64
std::string code
Unique severity code.
Definition badge_severity.hpp:54
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition badge_severity.hpp:96
std::string name
Human-readable name for the severity level.
Definition badge_severity.hpp:59
int version
Version number for optimistic locking and change tracking.
Definition badge_severity.hpp:42
std::string performed_by
Username of the account that performed this action.
Definition badge_severity.hpp:79
utility::uuid::tenant_id tenant_id
Tenant identifier for multi-tenancy isolation.
Definition badge_severity.hpp:47
std::string change_reason_code
Code identifying the reason for the change.
Definition badge_severity.hpp:86
A strongly-typed wrapper around a UUID representing a tenant identifier.
Definition tenant_id.hpp:66
static tenant_id system()
Creates a tenant_id representing the system tenant.
Definition tenant_id.cpp:41