-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group assignments missing (feeding, milking, barn) #88
Comments
First minimal proposal for a animal set resource. We use the term "set" instead of "groups" here, because it's more generic. |
@thomasd-gea @MetroMarv I'm currently reviewing PR #127 and I note that "type" does not have an enumeration defined (compare with the comment in the issue above regarding standard types). It is probably not useful without either an enumeration or a ID scheme (and I think an enumeration should be suitable initially). Also I propose renaming the field from "type" to "purpose", only because otherwise the enumeration file will be called icarAnimalSetTypeType.json! This way it would be called icarAnimalSetPurposeType.json. Some ideas of enumerated values:
|
During the process of implementing a data exchange using the ICAR format we recognized that animals cannot be assigned to groups right now. In our use case animals can be assigned to specific groups to define how they are fed, milked and in which barn area they are located.
A possible integration of that into the ICAR standard could be:
The text was updated successfully, but these errors were encountered: