Skip to content

Repository files navigation

Tanzer Training Tracker

Live: tanzer.systems/trainingtracker

A dog-training documentation app: organize dogs into folders, open a dog profile, log training reports, and track progress toward graduation.

Design doc: https://app.notion.com/p/Abby-s-Dog-Notes-Project-3933c519147b81c1b582c85c92ec3baa?source=copy_link

This is the web proof-of-concept. The frontend talks to a Cloudflare Worker API backed by D1 and R2 (see worker/). The final product is planned as an offline-first on-device phone app; this POC exists to validate the workflow, data model, and UI first.

Features

  • Nested folder navigation for organizing dogs
  • Dog profiles with photo, current phase, and graduation progress bar
  • Training reports: phase, red flag, location, notes, picture
  • Red-flagged report filter view across all dogs
  • Per-phase checklists and milestones that drive graduation progress

Development

npm install
npm run dev

Other scripts:

npm run build    # typecheck + production build to dist/
npm run lint      # oxlint
npm run preview   # preview a production build locally

Deployment

Pushing to main builds the frontend and deploys it as a Cloudflare Worker (static assets) via .github/workflows/deploy-frontend.yml, served at https://tanzer.systems/trainingtracker via a Worker route on the tanzer.systems zone. The backend API worker deploys separately via .github/workflows/deploy-worker.yml. Both require a CLOUDFLARE_API_TOKEN repository secret; the frontend deploy additionally needs that token to have permission to edit Worker routes on the tanzer.systems zone.

About

Dog-training documentation app for organizing dogs, logging training sessions, and tracking graduation progress.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages