This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#538 closed enhancement (fixed)

Recording Manager should submit additional metadata to CDS based on category of Indico record

Reported by: jherr Owned by: jherr
Priority: normal Milestone: v0.97.0
Component: Video Services Version: 0.97.0
Keywords: Cc:

Description

The plugin settings should include a dictionary that the admin can define associating certain Indico categories (e.g. ATLAS Weekly or CMS Weekly meetings) with protected CDS categories.

Change History (3)

comment:1 Changed 5 years ago by jherr

  • Status changed from new to in_merge

comment:2 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [ca0e99bb83c0ffe99ec62ad2c994ea8653731111]:

[IMP] RecMan? experiment MARC tag for CDS

  • added plugin option CDSExperimentAssignments, which should be a dictionary matching category IDs to experiment names for use in MARC metadata.
  • populated previously empty method generateExperimentXML().
  • generateExperimentXML() goes up the list of owners and if a match with the plugin option is found, writes this experiment name to basic XML
  • updated all four stylesheet files cds_marcxml_video_RECORDTYPE.xsl to display MARC 693e tags, if <CDSExperiment> exists in the basic XML
  • fixes #538

comment:3 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

In [ca0e99bb83c0ffe99ec62ad2c994ea8653731111]:

[IMP] RecMan? experiment MARC tag for CDS

  • added plugin option CDSExperimentAssignments, which should be a dictionary matching category IDs to experiment names for use in MARC metadata.
  • populated previously empty method generateExperimentXML().
  • generateExperimentXML() goes up the list of owners and if a match with the plugin option is found, writes this experiment name to basic XML
  • updated all four stylesheet files cds_marcxml_video_RECORDTYPE.xsl to display MARC 693e tags, if <CDSExperiment> exists in the basic XML
  • fixes #538
Note: See TracTickets for help on using tickets.