|
ORE Studio 0.0.4
|
Links a dataset to a bundle. More...
#include <dataset_bundle_member.hpp>

Public Attributes | |
| int | version = 0 |
| Version number for optimistic locking and change tracking. | |
| std::string | bundle_code |
| Code of the bundle this membership belongs to. | |
| std::string | dataset_code |
| Code of the dataset that is a member of the bundle. | |
| int | display_order = 0 |
| Order in which this dataset should be displayed or processed. | |
| std::string | recorded_by |
| Username of the person who last modified this membership. | |
| 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. | |
Links a dataset to a bundle.
Junction table linking bundles to their constituent datasets. Uses codes for loose coupling - allows declaring membership for datasets that may not yet exist in the system.
Examples:
| std::string bundle_code |
Code of the bundle this membership belongs to.
References dataset_bundle.code (soft FK).
| std::string dataset_code |
Code of the dataset that is a member of the bundle.
References dataset.code (soft FK).
| int display_order = 0 |
Order in which this dataset should be displayed or processed.
Lower numbers appear first. Used for controlling installation order and UI presentation.
| std::string change_reason_code |
Code identifying the reason for the change.
References change_reasons table (soft FK).