Hi all,
I'm in the process of learning a new web application development framework and have decided to merge two of my interests: web development and mantids. The app is strictly for personal use at this point, and I have no designs on monetizing it. What I'm looking for from the community here are data points that would be interesting/beneficial to capture while raising mantises.
So far, I have the groundwork stitched together to track:
Individual mantises - name, sex, birth date, death date, dates molted (and to/from which instar), pictures, and a free-form section for notes
Breeds - avg life expectancy, temperature range, humidity range
Feeding habits - prey types at different instars, quantity accepted, quantity uneaten per feeding, date/time of feeding
Breeding - ooths laid, fertile ooths, bred-on-date, estimated or observed breeding time (from connection to completion), methods used
Prey - type (melanogaster, hydei, house, blue bottle, etc.), stock status (in stock, pupating, etc)
Habitats - dimensions, substrate, materials, which mantises are housed within, temperature/humidity
Ooths - laid on date, hatched on date, number of nymphs hatched, temperature/humidity kept at
This is all I can think of tracking off of the top of my head. Many statistics can be derived from the base data:
Life expectancy vs observed lifetime
Avg time between molts
When to purchase new prey
Etc.
Any other data or features that you (the community at large) think would be beneficial to track? For the technically inclined, I'm maintaining the code with GitHub, so feel free to check it out/contribute code directly (https://github.com/archen/mantistrack). It is not currently in a running state, but I'm targeting this weekend for the base features.
Constructive criticism and feedback is appreciated! Thanks everyone
- archen
I'm in the process of learning a new web application development framework and have decided to merge two of my interests: web development and mantids. The app is strictly for personal use at this point, and I have no designs on monetizing it. What I'm looking for from the community here are data points that would be interesting/beneficial to capture while raising mantises.
So far, I have the groundwork stitched together to track:
Individual mantises - name, sex, birth date, death date, dates molted (and to/from which instar), pictures, and a free-form section for notes
Breeds - avg life expectancy, temperature range, humidity range
Feeding habits - prey types at different instars, quantity accepted, quantity uneaten per feeding, date/time of feeding
Breeding - ooths laid, fertile ooths, bred-on-date, estimated or observed breeding time (from connection to completion), methods used
Prey - type (melanogaster, hydei, house, blue bottle, etc.), stock status (in stock, pupating, etc)
Habitats - dimensions, substrate, materials, which mantises are housed within, temperature/humidity
Ooths - laid on date, hatched on date, number of nymphs hatched, temperature/humidity kept at
This is all I can think of tracking off of the top of my head. Many statistics can be derived from the base data:
Life expectancy vs observed lifetime
Avg time between molts
When to purchase new prey
Etc.
Any other data or features that you (the community at large) think would be beneficial to track? For the technically inclined, I'm maintaining the code with GitHub, so feel free to check it out/contribute code directly (https://github.com/archen/mantistrack). It is not currently in a running state, but I'm targeting this weekend for the base features.
Constructive criticism and feedback is appreciated! Thanks everyone
- archen