Issues
- Complete mapping between Metacard and NSIL datatypes in DAG convertersCAL-520
- Address TODOs in DDMS 2.0 input transformer for missing attribute handlersCAL-519
- Contribute NSILI support bugfixes and improvements to AllianceCAL-518Resolved issue: CAL-518Joshua Smith
- Documentation module build can allow content to be duplicatedCAL-516Resolved issue: CAL-516Rick Larsen
- Groups not interpreted from users.properties fileCAL-514
- reorganize endpoint documentation by taskCAL-511Resolved issue: CAL-511Rick Larsen
- Update Alliance to call methods for adding MetacardTypeImpl AttributeDescriptorsCAL-508Resolved issue: CAL-508Troy Mohl
- mpeg2 transport stream files do not have the correct mimetype after being ingested with the mpegts transformerCAL-506Resolved issue: CAL-506Brandan Jeter
- Remove coverity scan from Jenkins build fileCAL-505Shaun Morris
- Jackson version upgrade to 2.9.8CAL-504Chris Bell
- Upgrade to Karaf 4.2.2CAL-503Resolved issue: CAL-503Brandan Jeter
- Restrict the number of threads that can process NITFs at any given timeCAL-502Resolved issue: CAL-502Scott Tustison
- Investigate potential NITF ingest vulnerabilitiesCAL-501
- Long-lived ticket for PR Template maintenanceCAL-500
- Update and complete the Imaging App threat modelCAL-499Resolved issue: CAL-499Richard Porter
- Upgrade Jacoco, codice-maven, codice-test, ac debugger versions in support of Java 11CAL-498Resolved issue: CAL-498Patrick Ouellet
- Simplify CI workspace name, and perform post-build cleanup to mitigate container reuse issuesCAL-497Matthew Bates
- Mark external links in documentationCAL-496Resolved issue: CAL-496Rick Larsen
- Update cxf, shiro, camel, and httpCAL-495Resolved issue: CAL-495Brandan Jeter
- Content Directory Monitor tries to ingest before necessary services are availableCAL-494
- Complete the Imaging App threat modelCAL-493
- Convert existing threat models to Threat Dragon formatCAL-492Resolved issue: CAL-492Brandan Jeter
- Add docker build for allianceCAL-491Michael O'Connor
- Fix the ha installation profileCAL-490Resolved issue: CAL-490Brandan Jeter
- Spanning date line in location search causes no results with CSD and Network DrivesCAL-488
- Information Product does not maintain selection after openingCAL-487
- Going to admin page as basic user puts user in loopCAL-486
- Calendar does not always open in basic searchCAL-485
- CSD Search lock (multithreading issue)CAL-484Resolved issue: CAL-484Richard Porter
- Surefire argLine property not resolving on WindowsCAL-483Resolved issue: CAL-483Jacob Beyner
- Update the sonar pipeline stageCAL-482Michael O'Connor
- Upgrade to Karaf 4.2.1CAL-481Resolved issue: CAL-481Brandan Jeter
- DDF Subject implements principle, update SimpleSubject test to accomidate new methodCAL-480Resolved issue: CAL-480Travis McMahon
- Update ddf-parent version to 1.0.1CAL-479Resolved issue: CAL-479Scott Tustison
- Refactor and Improve Maven Poms throughout the projectCAL-477
- Update jacoco lenient limit artifact to codice-maven oneCAL-476Resolved issue: CAL-476Patrick Ouellet
- Embed the hostname into the IOR string in case the automatic hostname detection does not provide the correct value.CAL-475Bruce Beyeler
- Update name feature name from admin-poller-service-bean to catalog-admin-poller-serviceCAL-474Resolved issue: CAL-474Emily Berk
- Update test and jacoco lenient limit artifact references moved to codice-test and codice-mavenCAL-473Resolved issue: CAL-473Patrick Ouellet
- Upgrade to Karaf 4.2.0CAL-472Resolved issue: CAL-472Brandan Jeter
- Remove platform-solr-server-standaloneCAL-471Resolved issue: CAL-471Patrick Ouellet
- Update Alliance Solr port for itestsCAL-470Resolved issue: CAL-470Peter Huffer
- Upgrade moment in NSILI appCAL-469Resolved issue: CAL-469Kiefer Cover
- Decrease requested build container resources from linux-large to linux-mediumCAL-468Resolved issue: CAL-468Matthew Bates
- Upgrade Camel to 2.22.xCAL-467Resolved issue: CAL-467Peter Huffer
- Remove references to DDF Search UI artifactsCAL-466Resolved issue: CAL-466Peter Huffer
- Suppress jetty CVEs that don't actually applyCAL-465Resolved issue: CAL-465Tyler Clemens
- Remove registered ErrorServlets from allianceCAL-464Resolved issue: CAL-464Kyle Grady
- Remove ApplicationServiceImpl configCAL-463Resolved issue: CAL-463Emily Berk
- Remove "skipDocs" from quickbuild step on PR builds prior to GIBCAL-462Resolved issue: CAL-462Emily Berk
50 of 496
Complete mapping between Metacard and NSIL datatypes in DAG converters
Description
Details
Assignee
UnassignedUnassignedReporter
Joshua SmithJoshua SmithPriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Joshua Smith
Joshua SmithPriority
Created August 22, 2019 at 5:53 PM
Updated August 22, 2019 at 6:04 PM
Activity
Show:
The DAGConverter class converts NSIL DAGs to Metacards.
the ResultDAGConverter converts Metacards to NSIL DAGs.
Both have incomplete mappings between the NSIL and Metacard datatypes. Metacards use DCMI type terms (see http://artifacts.codice.org/content/repositories/releases/org/codice/alliance/docs/1.4.1/docs-1.4.1-documentation.html#_datatype).
Identify the proper mapping between NSIL and DCMI type terms and add these mappings to the DAG converters. DCMI to NSIL mapping will be a little tricky since “Text” can map to many NSIL types. There’s a method to analyze the metacard to identify the proper type. Expand it to support all types that correspond to DCMI text.