You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DIP will live in a new dip storage container, will have a folder for each DIP with the ID as folder name, and inside a dip.json with the serialization of the above class. It will also have an optional data folder where optional files can be created.
A new index collection must be created for DIP, and maybe a new IndexedDIP class. Must be able to find every DIP related to an AIP, or a Representation, or a File, based on UUIDs.
The text was updated successfully, but these errors were encountered:
Related with #454
Create a new DIP class with:
DIP will live in a new
dip
storage container, will have a folder for each DIP with the ID as folder name, and inside adip.json
with the serialization of the above class. It will also have an optional data folder where optional files can be created.A new index collection must be created for DIP, and maybe a new IndexedDIP class. Must be able to find every DIP related to an AIP, or a Representation, or a File, based on UUIDs.
The text was updated successfully, but these errors were encountered: