melizalab / django-bird-colony

Bird colony management tool
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add age of oldest chick to pairing model #26

Closed dmeliza closed 2 years ago

dmeliza commented 2 years ago

It would be useful to be able to display the age of the oldest chick for active breeding pairs. This would avoid the need to look at the detail view to make plans around when birds will reach a certain age.

Age is a fairly complicated calculation, however, that currently involves a lot of python code, so it might be slow to compute for more than a few pairings.