Skip to content

Releases: SkylineCommunications/Example-Event-Management-Backend

1.0.1

09 Mar 14:53

Choose a tag to compare

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.

1.0.1-rc1

25 Feb 08:00

Choose a tag to compare

1.0.1-rc1 Pre-release
Pre-release

1.0.1-rc1 (Release Candidate) — 2026-02-25

Summary

This release candidate introduces version 1.0.1-rc1 of the Example Event Management solution.

This solution is intended as a learning exercise and reference implementation for people who want to explore how to build a DataMiner-friendly backend + installer flow for event management scenarios.

Included in this RC

  • Example backend project with strongly-typed models and API helper patterns.
  • Installer project to provision required DOM definitions and supporting setup.
  • Unit test project scaffold for validating behavior and serving as a testing example.