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

Represents a specific version of an account with metadata. More...

#include <account_version.hpp>

Collaboration diagram for account_version:
Collaboration graph

Public Attributes

account data
 The account data at this version.
 
int version_number
 Version number (1-based, higher is newer).
 
std::string recorded_by
 Username of the person who recorded this version in the system.
 
std::chrono::system_clock::time_point recorded_at
 Timestamp when this version was recorded in the system.
 
std::string change_summary
 Summary of changes made in this version.
 

Detailed Description

Represents a specific version of an account with metadata.

Member Data Documentation

◆ change_summary

std::string change_summary

Summary of changes made in this version.

Examples: "Created account", "Modified 2 fields", "Updated email"