|
ORE Studio 0.0.4
|
A registered application engine in the compute grid. More...
#include <app.hpp>

Public Attributes | |
| int | version = 0 |
| Version number for optimistic locking and change tracking. | |
| utility::uuid::tenant_id | tenant_id = utility::uuid::tenant_id::system() |
| Tenant identifier for multi-tenancy isolation. | |
| boost::uuids::uuid | id |
| UUID primary key for the app. | |
| std::string | name |
| Unique application identifier, e.g. 'ORE_STUDIO', 'LLAMA_CPP', 'LEDGER'. | |
| std::string | description |
| Human-readable description of the application engine. | |
| std::string | modified_by |
| Username of the person who last modified this compute app. | |
| std::string | performed_by |
| Username of the account that performed this action. | |
| std::string | change_reason_code |
| Code identifying the reason for the change. | |
| std::string | change_commentary |
| Free-text commentary explaining the change. | |
| std::chrono::system_clock::time_point | recorded_at |
| Timestamp when this version of the record was recorded. | |
A registered application engine in the compute grid.
Represents the high-level definition of an engine that can be executed on grid nodes (e.g., ORE_STUDIO, LLAMA_CPP, LEDGER). The BOINC equivalent of 'app'.
| std::string change_reason_code |
Code identifying the reason for the change.
References change_reasons table (soft FK).