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
After implementing icarAnimalSetResource (issues #88) we thought it would be useful to have events that could record the date at which an animal joined or entered a set, and left/was removed from a set.
As with our other events, these should probably be animal-oriented (events based on the Animal ID) and reference the set.
For example:
icarSetArrivalEventResource and
icarSetDepartureEventResource
The text was updated successfully, but these errors were encountered:
@MarvinGEA and I created a pull request that adds animalSetJoin and animalSetLeave events.
While implementing this we were wondering whether a "animalSetChangeEvent" would be more appropriate for some use cases. However, this event would then be the first one to not reference a single animal.
After implementing icarAnimalSetResource (issues #88) we thought it would be useful to have events that could record the date at which an animal joined or entered a set, and left/was removed from a set.
As with our other events, these should probably be animal-oriented (events based on the Animal ID) and reference the set.
For example:
The text was updated successfully, but these errors were encountered: