Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 359 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 359 Bytes

Everything we need / want to track about the dog

  • poos
  • house training transgressions
  • weight
  • vaccinations
  • flea / worm stuff

Data structure

All dates and times are going to be stored as posix. We'll sort out later what to do about the charts and DST etc.

poos: posix[],
woopsies: posix[],
weights: { posix, weight }[],
schedule: ???