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
Issue fork achievements-3341585
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
Comment #2
nico.b commentedComment #4
nico.b commentedComment #5
grasmash commentedDoesn't this need an update hook for existing achievement entities?