20#ifndef ORES_VARIABILITY_DOMAIN_FEATURE_FLAGS_HPP
21#define ORES_VARIABILITY_DOMAIN_FEATURE_FLAGS_HPP
25namespace ores::variability::domain {
Represents a feature flag in the domain layer.
Definition feature_flags.hpp:30
std::string description
Description of what the feature flag controls.
Definition feature_flags.hpp:49
bool enabled
Flag indicating whether the feature is enabled or disabled.
Definition feature_flags.hpp:39
std::string name
Name of the feature flag, serves as the unique identifier.
Definition feature_flags.hpp:44
std::string recorded_by
Username of the person who recorded this version in the system.
Definition feature_flags.hpp:54
int version
Version number for optimistic locking and change tracking.
Definition feature_flags.hpp:34
std::string recorded_at
Timestamp when this version of the record was recorded in the system.
Definition feature_flags.hpp:59