Problem/Motivation

An individual archive needs a way to track what keywords and themes that are associated with it.
So do keyword or theme aggregations.

These should be text fields with unlimited cardinality. (Ideally they should be taxonomies, but DKAN core is not enforcing that so I don't think this module can either.

Acceptance Criteria

Testing steps

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

swirt created an issue. See original summary.

swirt’s picture

Assigned: Unassigned » swirt
swirt’s picture

I attempted to make these entity references to data nodes of field_data_type keyword and theme, however this became way too complicated and no longer useful because the title of those entities are meaningless hashes and the name of the theme or keyword is buried in the json form data making it hard to get to in general and seemingly impossible to query for.

So I made the decision to keep them as plain text fields.

  • swirt committed f121d4bf on 1.0.x
    #3546070 Add theme and keyword fields to archive
    
swirt’s picture

Status: Active » Fixed

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

swirt’s picture

Status: Fixed » Closed (fixed)

Released in 1.0.0-alpha3