Skip to content

Replace String tag with proprietary object to store their vote #7

@dukeyin

Description

@dukeyin

Currently, TagList is List:

private List<String> tagList = new ArrayList<String>();

Instead of String, each Tag should really be an object with both a name and a vote (upvote, downvote, withdraw), which enables the user to submit modifications to their tags rather than a complete replacement:
https://musicbrainz.org/doc/MusicBrainz_API#tags

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions