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

Represents a specific version of a currency with metadata. More...

#include <currency_version.hpp>

Collaboration diagram for currency_version:
Collaboration graph

Public Attributes

currency data
 The currency data at this version.
 
int version_number = 0
 Version number (1-based, higher is newer).
 
std::string recorded_by
 Username of the person who recorded this version in the system.
 
std::string 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 a currency with metadata.

Member Data Documentation

◆ change_summary

std::string change_summary

Summary of changes made in this version.

Examples: "Created currency", "Modified 2 fields", "Updated name and symbol"