Skip to content

Update CounterHandler interface #20

@iosonopersia

Description

@iosonopersia

The CounterHandler interface could be simplified by a lot just by allowing the user to directly pass the entity instance.

For example, instead of:

handler.set_counter(15, 'br', 'se', 28)

it could become:

handler.set_counter(15, snapshotEntityOfBibliographicResource28)

All required information can be easily extracted from the entity instance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions