Huella — Daycare for dogs

Huella — Daycare for dogs

Back to Hermes Agent

Huella is the digital experience of a daytime dog daycare for the owner. Register the dog (vaccines + size + temperament), see which packs have room today, pick group + drop-off and pickup windows, hold 15 minutes with server-side expiresAt and confirm with a real QR pass whose URL opens /pase/:code. Staff scan the code at the threshold (confirmed → checked_in); at pickup only that pass releases the dog (checked_in → picked_up). In My visits you can review history, cancel with a 24 h policy and earn yard points derived from picked_up visits (10 pts each). The truth layer is the health file + capacity N per pack + pickup-authorization QR: the 9th small dog of the day is 409 GROUP_FULL, a dog without vaccines cannot book, and picking up with another owner's QR is 409 PICKUP_DENIED.

Key features

Living file: vaccines, size and temperament; DOG_NOT_READY / SIZE_MISMATCH → 409

Capacity N per pack (S8 / M10 / L8); GROUP_FULL and YARD_CLOSED

15 min hold with server expiresAt, ~30 s sweeper, 409 same-dog+day

Real QR (qrcode SVG + /pase/:code URL) on confirmation and public GET 200

Staff check-in / check-out by code or URL; live pack in the yard

Yard points derived: 10 pts per picked_up visit

Technologies used

Angular Angular TypeScript TypeScript NestJS NestJS SQLite SQLite