-
Notifications
You must be signed in to change notification settings - Fork 28
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
Resource for ReproPreExamintion? #233
Comments
I agree that icarReproStatusObservedEventResource would be ideal, but in the context of this and other requests, I think there would be value in adding a |
Yes, that will be valuable. I like this solution. |
We started collecting remarks in one of our apps since a year now. The remarks are not stored in our backend. We wanted first to get some insight in how the customer would use this remark. We are planning an analysis of what has been entered until now. We want to see if we can standardize remarks instead of black box strings. The advantage of standized remarks would be that you can also do something with this remark for managment information purpose. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
When an animal haven´t startet the reproductive cycle. The AI technician can examinate the animal and conclude a status like, the animal is cystic or another remark. The remarks are also sometime registered related to a unsuccesful insemination, ex. in case the animal was post heat and have bleed.
These remarks would be good have in a ressource, the remarks are valuable information for the management of the reproduction in the herd.
The resource could be like this:
"allOf": [{
"$ref": "../resources/icarEventCoreResource.json"
},
{
"type": "object",
"properties": {
"remark": {
"type": "array",
items": {
"type": "string" (or maybe a ID and Sheme or an enum?)
}
}
}
I can see that ReproStatusObservedEventResource maybe could be used with the same purpose, but I miss the possibility to add remarks also.
Or how do you suggest us to display this kind of info?
The text was updated successfully, but these errors were encountered: