If we provide the ability to manage the logging of activity that is performed on an object
To the engineer
Then they will be able to define when and what is record as the "history of the object"
To validate this, we will:
[x] Demonstrate that a struct will automatically have the activity attribute added to it
[x] Demonstrate that by deriving the Scaffolding will automatically implement that ability to log activity and get activity
If we provide the ability to manage the logging of activity that is performed on an object To the engineer Then they will be able to define when and what is record as the "history of the object" To validate this, we will:
struct
will automatically have theactivity
attribute added to itScaffolding
will automatically implement that ability to log activity and get activity