Migrate from simulation/interaction/collaboration to activity/groupActivity
Open
enhancement
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
We will deprecate the entry points `simulationOf`, `interactionOf`, `collaborationOf`, and `unsafeCollaborationOf`, and replace them with new entry points `activityOf`, `groupActivityOf`, and `unsafeGroupActivityOf`.
The new entry points differ in that they do not take a separate time-step function as an argument. Instead, the time step function is included in `Event` as a new constructor called `TimePassing`.
Contributor guide
Assessment
This issue has not been assessed yet.