Skip to content

Add parent property to Tag class #26

@audse

Description

@audse

This will allow tags to be hierarchical.

Tag.identifier should include the parent in the identifier, ex. (pseudo-code):

Tag tag_1("parent_name");
Tag tag_2("child_name");
tag_2.parent = tag_1;
assert(tag_2.get_identifier() == "parent_name/child_name")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions