-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request