You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current data-side management of events is all over the place, and needs a major refactor. In addition, leveraging promises here would allow us to drive this async.
An Event class for all events
EventConditionGroup class for containing several event conditions
EventCondition class that drives individual conditions
The text was updated successfully, but these errors were encountered:
Description
The current data-side management of events is all over the place, and needs a major refactor. In addition, leveraging promises here would allow us to drive this async.
Event
class for all eventsEventConditionGroup
class for containing several event conditionsEventCondition
class that drives individual conditionsThe text was updated successfully, but these errors were encountered: