The Archive documents events that occur to images as they are processed. Two types of history is supported.

  • System History

  • Image History

Both use the same data structure this is detailed below:

  • Date and time the event added

  • File name of the image the event applies

  • The path of the image the event applies

  • The Event Identifier

  • The Image version

  • A comment tagged to this event

The image version is a number starting from Zero meaning the image is the original. Then increasing by one each time a change is made.

The Event Identifier

This defines the event action that has been applied to the image.

  • added - The image has just been added to the Archive.

  • chked-out - The image has just been Checked-Out of the Archive.

  • chked-in - The image has just been Checked-In to the Archive.

  • exported - The image has just been Exported out of the Archive.

  • unchked-out - The image has just been UnChecked-Out in to the Archive.

  • deleted - The image has just been Deleted from the Archive.

  • undeleted - The image has just been UnDeleted back into the Archive.

  • error - An error has occur on this image. The explanation will be added to the comments section in the event.

System History