Skip to content

[Bug] Replace enums by something that can get custom values #1578

@Vampire

Description

@Vampire

Action

The library is very flexible in the usage, so that you can in most places also give some custom value, in case things change since they were enumerated.

But at some places enums are used which can hardly be used with a custom value.

For example the Permission enum has no entry for generating attestations value and there is no convenient way to use it.

Expected

Enum-like values not being enums, but be extensible.

Actual

Enums are not extensible.

Library version

v2.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions