I am working on writing a record-keeping software. I have some good ideas, but I'd like to hear of some others that I haven't thought of yet. I have the biggest part of the database design completed, but I want to finalize the design before I start coding.
I am already tracking info on each
snake: dob, sex, clutch_id (clutch it was born from), death_date, aquire_date, aquired_from, sell_date, sold_to, all genetics info (complicated! includes color, phase, and pattern morphs), and a description.
clutch: date, size, number_of_viable_eggs, number_of_viable_offspring.
breeding: clutch (resulting from this breeding), date, male, female, copulation_occured(yes or no)
feeding: date, item_size, number_offered, number_eaten, regurgitated (yes/no)
measurement: date, weight, length
Thanks in advance for any input/suggestions/questions.
Jerod
I am already tracking info on each
snake: dob, sex, clutch_id (clutch it was born from), death_date, aquire_date, aquired_from, sell_date, sold_to, all genetics info (complicated! includes color, phase, and pattern morphs), and a description.
clutch: date, size, number_of_viable_eggs, number_of_viable_offspring.
breeding: clutch (resulting from this breeding), date, male, female, copulation_occured(yes or no)
feeding: date, item_size, number_offered, number_eaten, regurgitated (yes/no)
measurement: date, weight, length
Thanks in advance for any input/suggestions/questions.
Jerod