• Joined on 2026-03-06
jason created branch fix/external-dogs-wiring in jason/breedr 2026-03-11 00:54:21 -05:00
jason pushed to fix/external-dogs-wiring at jason/breedr 2026-03-11 00:54:21 -05:00
jason pushed to master at jason/cpas 2026-03-11 00:13:29 -05:00
eccb105340 Merge pull request 'feat: dashboard badge filters + Elite Standing 0–4 pts' (#43) from feature/dashboard-badge-filters into master
b656c970f0 feat: stat card badges act as filters; Elite Standing = 0-4 pts
Compare 2 commits »
jason merged pull request jason/cpas#43 2026-03-11 00:13:28 -05:00
feat: dashboard badge filters + Elite Standing 0–4 pts
jason created pull request jason/cpas#43 2026-03-11 00:12:35 -05:00
feat: dashboard badge filters + Elite Standing 0–4 pts
jason pushed to feature/dashboard-badge-filters at jason/cpas 2026-03-11 00:11:44 -05:00
b656c970f0 feat: stat card badges act as filters; Elite Standing = 0-4 pts
jason deleted branch fix/tier-warning-dark-mode from jason/cpas 2026-03-11 00:10:46 -05:00
jason deleted branch feature/mobile-responsive from jason/cpas 2026-03-11 00:10:43 -05:00
jason created branch feature/dashboard-badge-filters in jason/cpas 2026-03-11 00:10:22 -05:00
jason pushed to feature/dashboard-badge-filters at jason/cpas 2026-03-11 00:10:22 -05:00
jason pushed to master at jason/cpas 2026-03-11 00:01:25 -05:00
f8c0fcd441 Merge pull request 'fix: update TierWarning to use dark-mode-compatible colors' (#42) from fix/tier-warning-dark-mode into master
91ba19d038 fix: update TierWarning to use dark-mode-compatible colors
Compare 2 commits »
jason merged pull request jason/cpas#42 2026-03-11 00:01:23 -05:00
fix: update TierWarning to use dark-mode-compatible colors
jason created pull request jason/cpas#42 2026-03-11 00:01:18 -05:00
fix: update TierWarning to use dark-mode-compatible colors
jason pushed to fix/tier-warning-dark-mode at jason/cpas 2026-03-10 16:00:25 -05:00
91ba19d038 fix: update TierWarning to use dark-mode-compatible colors
jason created branch fix/tier-warning-dark-mode in jason/cpas 2026-03-10 16:00:02 -05:00
jason pushed to fix/tier-warning-dark-mode at jason/cpas 2026-03-10 16:00:02 -05:00
jason pushed to feature/external-dogs at jason/breedr 2026-03-10 15:27:08 -05:00
aa3b1b2404 feat(nav): add External Dogs nav link and route
jason pushed to feature/external-dogs at jason/breedr 2026-03-10 15:26:23 -05:00
3275524ad0 feat(ui): add ExternalDogs page — full CRUD roster for external sires/dams
jason pushed to feature/external-dogs at jason/breedr 2026-03-10 15:24:52 -05:00
9738b24db6 feat(api): add is_external support — GET /api/dogs filters kennel dogs; GET /api/dogs/external returns external roster
jason pushed to feature/external-dogs at jason/breedr 2026-03-10 15:23:37 -05:00
0c84b83e75 feat(db): add is_external flag to dogs table with safe ALTER TABLE migration