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

Represents an association between an image and a tag. More...

#include <image_tag.hpp>

Collaboration diagram for image_tag:
Collaboration graph

Public Attributes

boost::uuids::uuid image_id
 The image identifier (UUID).
 
boost::uuids::uuid tag_id
 The tag identifier (UUID).
 
std::string assigned_by
 Username of the person who assigned this tag to the image.
 
std::chrono::system_clock::time_point assigned_at
 Timestamp when this tag was assigned to the image.
 

Detailed Description

Represents an association between an image and a tag.

This is a junction type for the many-to-many relationship between images and tags.