tingletech / collengine

collection engine: digital object description tool designed to run on google app engine
4 stars 0 forks source link

Please add instantiationChannelConfiguration for Physical instantiation and #18

Open pamelajean opened 13 years ago

pamelajean commented 13 years ago

As an Ideal field, after "Sound_Characteristics_Choices" in the model In the "Additional Technical" view Text field Data options: total number of sound channels and mono or stereo or surround (best probably to leave field open as a text field) https://github.com/tingletech/collengine/blob/master/items/models.py#L156

and change "Sound_Linear Choices" field name to "instantiationChannelConfiguration" Please add as an Ideal field after above Data options: linear or embedded or both https://github.com/tingletech/collengine/blob/master/items/models.py#L98 https://github.com/tingletech/collengine/blob/master/items/models.py#L239

and change "Sound_Annotation Choices" field name to 'instantiationChannelConfiguration' Please add as an Ideal field after above Data options: mono or stereo or surround https://github.com/tingletech/collengine/blob/master/items/models.py#L104 https://github.com/tingletech/collengine/blob/master/items/models.py#L240

can all fields export with the same heading, 'instantiationChannelConfiguration' or can instantiationChannelConfiguration be a repeatable field with pull-down options? Based on our convos so far, these probably aren't options. instantiationChannelConfiguration is a catchall field for all of the above...

tingletech commented 13 years ago

lots going on here... can you include links to line numbers in the code?