Commit Graph

  • dd26fa00bf Add styling for pedigree tree visualization jason 2026-03-09 00:09:03 -05:00
  • 7a16918d66 Add interactive pedigree tree visualization component jason 2026-03-09 00:08:46 -05:00
  • 4af656667d Add LitterForm component for litter management jason 2026-03-09 00:08:18 -05:00
  • cc5af29c11 Enhanced litters API with puppy linking and litter_id support jason 2026-03-09 00:07:26 -05:00
  • a246e5f84f Add migration to add litter_id column to dogs table jason 2026-03-09 00:06:41 -05:00
  • af9f30e702 Merge pull request 'feature/ui-redesign' (#5) from feature/ui-redesign into master jason 2026-03-08 23:56:28 -05:00
  • 56fb9cb7af Fix: Convert empty microchip strings to NULL in database jason 2026-03-08 23:55:38 -05:00
  • 28cad68170 Add verification checklist for future installations jason 2026-03-08 23:49:34 -05:00
  • 2b20feeefc Add quick migration shell script jason 2026-03-08 23:44:58 -05:00
  • b152ee5a82 Merge pull request 'feature/ui-redesign' (#4) from feature/ui-redesign into master jason 2026-03-08 23:42:00 -05:00
  • 543b7d762b Add microchip field fix migration notice to README jason 2026-03-08 23:41:29 -05:00
  • 5d9506ba80 Document microchip field fix and migration steps jason 2026-03-08 23:40:40 -05:00
  • f1e5b422b0 Add migration script to fix microchip UNIQUE constraint jason 2026-03-08 23:40:02 -05:00
  • bb0f5dd9b8 Fix: Remove UNIQUE constraint from microchip field to allow NULL values jason 2026-03-08 23:39:22 -05:00
  • bb0bb8dcea Merge pull request 'feature/ui-redesign' (#3) from feature/ui-redesign into master jason 2026-03-08 23:33:09 -05:00
  • 4696f2d47a Document compact info card design approach jason 2026-03-08 23:32:20 -05:00
  • 32b45a4fb3 Redesign: Horizontal info cards with avatars for Dogs list jason 2026-03-08 23:31:02 -05:00
  • a56c403af4 Redesign: Compact info cards with avatar-style photos jason 2026-03-08 23:29:54 -05:00
  • 34cac93096 Merge pull request 'feature/ui-redesign' (#2) from feature/ui-redesign into master jason 2026-03-08 23:24:39 -05:00
  • 55a6ee7bfb Add UI redesign documentation jason 2026-03-08 23:23:50 -05:00
  • 002e4b9996 Redesign: Modern navbar with gradient and glass morphism jason 2026-03-08 23:22:47 -05:00
  • 42693e7656 Redesign: Compact photo gallery with modern info layout jason 2026-03-08 23:22:24 -05:00
  • 47df61902b Redesign: Modern sleek UI with dark mode aesthetics jason 2026-03-08 23:21:29 -05:00
  • 6b74b00919 Merge pull request 'feature/dog-forms' (#1) from feature/dog-forms into master jason 2026-03-08 23:10:58 -05:00
  • 626b3e342a Add development roadmap and progress tracking jason 2026-03-08 23:04:56 -05:00
  • f5fb88ed88 Add edit and photo upload to DogDetail jason 2026-03-08 23:04:23 -05:00
  • 89e9593eaf Integrate DogForm into DogList for add functionality jason 2026-03-08 23:03:42 -05:00
  • b45423145b Add modal and form styles to CSS jason 2026-03-08 23:03:15 -05:00
  • 1e74db2e44 Add DogForm component for creating/editing dogs jason 2026-03-08 23:02:23 -05:00
  • 4cf05faf5e Add installation guide jason 2026-03-08 22:55:08 -05:00
  • 0e386dbd7a Add BreedingCalendar page jason 2026-03-08 22:54:36 -05:00
  • d4e5919133 Add LitterList page jason 2026-03-08 22:54:22 -05:00
  • 2d2d4892c9 Add placeholder pages jason 2026-03-08 22:54:09 -05:00
  • 7f59e42a90 Add DogDetail page jason 2026-03-08 22:53:59 -05:00
  • 36bcdb1095 Add DogList page jason 2026-03-08 22:53:37 -05:00
  • 450c18e58f Add Dashboard page jason 2026-03-08 22:53:19 -05:00
  • 4edfe2bfd6 Add App CSS styles jason 2026-03-08 22:52:51 -05:00
  • 3e9d878eb2 Add main App component with routing jason 2026-03-08 22:52:40 -05:00
  • 362c6deb22 Fix: Use npm install instead of npm ci to avoid lock file requirement jason 2026-03-08 22:51:22 -05:00
  • a3dbb95255 Add global CSS styles jason 2026-03-08 22:47:22 -05:00
  • 59837b924a Add React main entry point jason 2026-03-08 22:47:05 -05:00
  • 142f1c0889 Add index.html jason 2026-03-08 22:46:56 -05:00
  • 536ea78b28 Add Vite configuration jason 2026-03-08 22:46:44 -05:00
  • 95cde0ea36 Add client package.json jason 2026-03-08 22:46:34 -05:00
  • 3d76ccf3be Add breeding/heat cycle API routes jason 2026-03-08 22:46:21 -05:00
  • a2b39957fa Add health records API routes jason 2026-03-08 22:45:54 -05:00
  • ac516a0911 Add litters API routes jason 2026-03-08 22:45:27 -05:00
  • df252e828a Add pedigree API routes jason 2026-03-08 22:45:07 -05:00
  • e8c7d77c52 Add dogs API routes jason 2026-03-08 22:44:23 -05:00
  • d99a7b0622 Add database initialization and schema jason 2026-03-08 22:43:51 -05:00
  • 7176527639 Add main server application file jason 2026-03-08 22:43:27 -05:00
  • 4c64a4e69f Add .gitignore jason 2026-03-08 22:43:11 -05:00
  • 2b2cdf08ee Add .dockerignore for build optimization jason 2026-03-08 22:43:02 -05:00
  • 4dbb0b47c4 Add docker-compose configuration jason 2026-03-08 22:42:53 -05:00
  • 5438dfec7d Add optimized multi-stage Dockerfile jason 2026-03-08 22:42:39 -05:00
  • 24dcb3d14c Add root package.json with dependencies jason 2026-03-08 22:41:52 -05:00
  • a195188832 Initial commit: Project README jason 2026-03-08 22:41:39 -05:00