Rory-Reid / Basemix

An application for UK rat breeders
https://basemix.app
MIT License
0 stars 0 forks source link

Add date of death to rat and calculate age #8

Closed Rory-Reid closed 1 year ago

Rory-Reid commented 1 year ago

Add a date of death to a litter, and use it to calculate age. Accept whatever date of death is input as fact when calculating age, even if the age is completely impossible, it just keeps the logic simpler.

Also calculate the age if the rat is not dead. Use the following logic:

Rory-Reid commented 1 year ago

Partly done in ec6b53d5db948a1cee88d26fa3944b93f141a318

Still need to do old age things (question mark, older than 4)