Skip to content

Track usage of off topic names to better distribute name usage. #309

@scragly

Description

@scragly

Currently off topic names are used randomly, however randomness is pretty far from evenness. It would be nice to make use of names more evenly, to avoid recently used names being used multiple times.

One method would be to have a column tracking usage in the current iteration, a bool of True/False. used=False would be the default for new names. The pool of available names to pick from will be all tags with used=False. When a names it picked, it'll be given used=True. Once no names are returned for used=False, we just update the used column for all to be set to False again and start over again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: APIRelated to or causes API changestype: featureNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions