Ticket #212 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Split imag instance into instance and location

Reported by: harri Owned by: harri
Priority: major Milestone: 0.6.0
Component: common Version:
Keywords: schema-update Cc:
Test Case Result:

Description

Currently image instance points directly to a location in file system. However, same image file can reside in several places or not be present at all (only information that it exists somewhere is stored in Photovault).

Better design would be that ImageInstance? describes a certain file (identified by its hash code) and there would be 0..n locations (volume + volume internal file name) associated with it.

Change History

Changed 1 year ago by harri

  • status changed from new to closed
  • resolution set to fixed

ImageInstance? has now been replaced with ImageFIle, PhotovaultImage? and FileLocation? classes.

Note: See TracTickets for help on using tickets.