adewg / ICAR

Standard messages and specifications for animal data exchange in livestock.
https://icar.org/
Apache License 2.0
46 stars 26 forks source link

Add enum for milk characteristics type #452

Closed cookeac closed 4 months ago

cookeac commented 5 months ago

Add an enumeration for milk characteristics type.

icarMilkingVisitEventResource and icarMilkCharacteristicsType are quite old and hard to understand. Ideally milking characteristics would be managed with a scheme and a published list of characteristics with documented values.

A fallback is to make this an enum. Even there, for a few edge cases, moving from a string to an enum (with a list of valid values) might be a breaking change. Therefore, we have created the enum file and are just referencing it from the description.

Resolves #444 (sort of).