20#ifndef ORES_ASSETS_DOMAIN_TAG_HPP
21#define ORES_ASSETS_DOMAIN_TAG_HPP
Domain types for asset management.
Definition image.hpp:27
Represents a category tag for images.
Definition tag.hpp:32
std::string change_commentary
Free-text commentary explaining the change.
Definition tag.hpp:68
std::string description
Human-readable description of the tag.
Definition tag.hpp:51
std::string name
Unique name of the tag (e.g., 'flag', 'currency', 'commodity').
Definition tag.hpp:46
std::string recorded_by
Username of the person who recorded this version in the system.
Definition tag.hpp:56
int version
Version number for optimistic locking and change tracking.
Definition tag.hpp:36
std::string tag_id
Unique identifier for the tag (UUID).
Definition tag.hpp:41
std::string change_reason_code
Code identifying the reason for the change.
Definition tag.hpp:63
std::string recorded_at
Timestamp when this version of the record was recorded in the system.
Definition tag.hpp:73