Problem/Motivation

In the Drupal 7 version of this module, it was possible to group achievements into categories. This does not seem to possible in the Drupal 8/9/10 version.

Proposed resolution

- Add a taxonomy vocabulary "Achievement Categories"
- Let users (optionally) choose a taxonomy term from the "Achievement Categories" vocabulary when creating/editing an achievement

Data model changes

- Add a category field to the achievement entity type

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

nico.b created an issue. See original summary.

nico.b’s picture

Issue summary: View changes

nico.b’s picture

Status: Active » Needs review
grasmash’s picture

Doesn't this need an update hook for existing achievement entities?

jmdall made their first commit to this issue’s fork.