Skip to content

Commit

Permalink
RockefellerArchiveCenter#517: provide additonal CONTAINER_TYPE_CHOICE…
Browse files Browse the repository at this point in the history
…S and INSTANCE_TYPE_CHOICES
  • Loading branch information
ctgraham authored Aug 1, 2022
1 parent 610b91f commit 9d7d83b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions transformer/resources/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,27 +279,47 @@
)

CONTAINER_TYPE_CHOICES = (
('bin', 'Bin'),
('box', 'Box'),
('cabinet', 'Cabinet'),
('carton', 'Carton'),
('card', 'Card'),
('case', 'Case'),
('cassette', 'Cassette'),
('computer disks / tapes', 'Computer Disk / Tape'),
('Disc', 'Disc'),
('disc', 'Disc'),
('disk', 'Disk'),
('drawer', 'Drawer'),
('dvd', 'DVD'),
('envelope', 'Envelope'),
('file-cabinet', 'File Cabinet'),
('folder', 'Folder'),
('frame', 'Frame'),
('item', 'Item'),
('images', 'Image'),
('negatives', 'Negative'),
('object', 'Object'),
('other', 'Other'),
('othertype', 'Other'),
('oversize', 'Oversize'),
('package', 'Package'),
('page', 'Page'),
('photos', 'Photo'),
('portfolio', 'Portfolio'),
('record', 'Record'),
('reel', 'Reel'),
('Reel', 'Reel'),
('roll', 'Roll'),
('sheet', 'Sheet'),
('slide', 'Slide'),
('Tape', 'Tape'),
('tape', 'Tape'),
('tray', 'Tray'),
('tube', 'Tube'),
('1/4 inch audio cassette', '1/4 inch audio cassette'),
('unknown_item', 'Unknown Item'),
('video', 'Video')
('volume', 'Volume')
)

Expand Down Expand Up @@ -331,16 +351,24 @@
('accession', 'Accession'),
('audio', 'Audio'),
('audiovisual materials', 'Audiovisual Materials'),
('books', 'Books'),
('bound volume', 'Bound Volume'),
('cassette', 'Cassette'),
('collection', 'Collection'),
('computer disks / tapes', 'Computer Disks / Tapes'),
('Digital', 'Digital'),
('computer_disks', 'Computer Disks'),
('digital_object', 'Digital Object'),
('documents', 'Documents'),
('Ephemera', 'Ephemera'),
('graphic_materials', 'Graphic Materials'),
('index', 'Index'),
('microform', 'Microform'),
('mixed materials', 'Mixed Materials'),
('mixed_materials', 'Mixed Materials'),
('moving images', 'Moving Images'),
('moving_images', 'Moving Images'),
('photographic_images', 'Photographic Images'),
('realia', 'Realia'),
('still image', 'Still Image'),
('text', 'Text')
Expand Down

0 comments on commit 9d7d83b

Please sign in to comment.