Hello
A former employee was in contact with you around a year ago. I've taken over from him and we are trying to go from manually managed engine packages to using NPM.
I've found a dependency of a mixin from the Gantt package, that was sent to us in 2020.
In the code we have made a mixin:
export class ExigoSchedulerProEvent extends Mixin(
[
SchedulerProEvent,
ConstrainedLateEventMixin,
ScheduledByDependenciesLateEventMixin
]
The ConstrainedLateEventMixin and ScheduledByDependenciesLateEventMixin is from Gantt and i've been told schedulerPro can handle ALAP as well as ASAP when those are included.
We use this on the EventModel.js
export default class EventModel extends ExigoSchedulerProEvent.derive(TimeSpan).
We would like to know if its possible to add these two mixins to the SchedulerProEvent.ts.
Cheers Andreas @ Exigo