@ocelescope/management
v0.7.0
Published
A tool for managing Resources and OCEL
Readme
@ocelescope/management
The Resources module for Ocelescope.
A tool for managing resources and OCELs within Ocelescope.
It is a frontend module that plugs into the Ocelescope app shell via
@ocelescope/core's defineModule.
Installation
pnpm add @ocelescope/managementIntegration
Register the module in your ocelescope.config.ts by adding its default
export to the modules array:
// ocelescope.config.ts
import type { OcelescopeConfig } from "@ocelescope/core";
import management from "@ocelescope/management";
export default {
modules: [management],
} satisfies OcelescopeConfig;About
Part of Ocelescope, a framework for working with Object-Centric Event Logs (OCEL) developed at the Chair of Process and Data Science (PADS), RWTH Aachen University.
📖 Documentation: https://www.ocelescope.org
