NASA-PDS / harvest

Standalone Harvest client application providing the functionality for capturing and indexing product metadata into the PDS Registry system (https://github.com/nasa-pds/registry).
https://nasa-pds.github.io/registry
Other
4 stars 3 forks source link

As a user, I want to define custom metadata fields #136

Open tariqksoliman opened 1 year ago

tariqksoliman commented 1 year ago

Checked for duplicates

Yes - I've already checked

🧑‍🔬 User Persona(s)

No response

💪 Motivation

IMG node would like to internally organize data by release_id to aid with organization and processing. To track release_id through Harvest, it would be useful to be able to configure it to include a hardcoded value in all its outputted documents:

<customField fieldName="_release_id">7</customField>

📖 Additional Details

Jordan mentions:

we would most likely put that information within the "ops:" namespace, under ops:Tracking_Meta

Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

No response