ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
feature_flags Struct Referencefinal

Represents a feature flag in the domain layer. More...

#include <feature_flags.hpp>

Collaboration diagram for feature_flags:
Collaboration graph

Public Attributes

int version = 0
 Version number for optimistic locking and change tracking.
 
bool enabled = false
 Flag indicating whether the feature is enabled or disabled.
 
std::string name
 Name of the feature flag, serves as the unique identifier.
 
std::string description
 Description of what the feature flag controls.
 
std::string recorded_by
 Username of the person who recorded this version in the system.
 
std::string recorded_at
 Timestamp when this version of the record was recorded in the system.
 

Detailed Description

Represents a feature flag in the domain layer.