Skip to content

1.0.1

Latest

Choose a tag to compare

@ArneMaes0 ArneMaes0 released this 09 Mar 14:53
· 5 commits to completed since this release

Release Notes

  • Initial public release of the Event Management backend abstraction for DataMiner.
  • This is an example package intended for learning exercises and demonstration purposes.

Highlights

  • Provides a clean backend scaffold for event management solutions built on top of DataMiner DOM.
  • Delivers strongly-typed domain models to simplify event creation, updates, and status transitions.
  • Includes an API helper abstraction to streamline access to event repositories from consuming scripts/apps.

Included in this release

  • API helpers
    • EventApiHelper
    • IEventApiHelper
  • Domain models and enums
    • Event
    • EventStatus
    • EventType
    • Language
    • LanguageAudioType
  • DOM mapping support
    • Shared DOM mapper integration for persistence in DataMiner Object Model.

Intended usage

  • Use this package as a reference implementation and learning exercise for building custom DataMiner SDM/DOM backend solutions.
  • Consume the helper and models in Automation scripts or supporting backend components that manage event lifecycle data.