6ce9aebabd
feat: add settings API route for kennel info
2026-03-09 22:01:12 -05:00
683fef7e9c
feat: add is_champion column to dogs table and settings table
2026-03-09 22:00:40 -05:00
c3a0655027
Merge pull request 'feat/whelping-calendar-identifier' ( #28 ) from feat/whelping-calendar-identifier into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #28
2026-03-09 21:45:10 -05:00
a4baa52c05
docs: update ROADMAP with v0.5.1 whelping calendar identifier completion
2026-03-09 21:44:10 -05:00
2fd20102c8
docs: update README with projected whelping calendar identifier (v0.5.1)
2026-03-09 21:41:59 -05:00
a7cb22afe8
Merge pull request 'feat: add projected whelping identifier on heat cycle calendar' ( #27 ) from feat/whelping-calendar-identifier into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #27
2026-03-09 21:36:19 -05:00
4ad3ffae4e
feat: add projected whelping identifier on heat cycle calendar
...
- Compute projected whelp date (breeding_date + 63 days) client-side
- Mark projected whelp day on calendar grid with Baby icon + teal ring
- Show whelp range (earliest/expected/latest) tooltip on calendar cell
- Add 'Projected Whelp' entry to legend
- Show projected whelp date on active cycle cards below breeding date
- Active cycle cards navigate to whelp month if outside current view
2026-03-09 21:33:13 -05:00
da6b2f2838
Merge pull request 'feat/litter-management-ui' ( #26 ) from feat/litter-management-ui into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #26
2026-03-09 21:11:10 -05:00
421b875661
feat: add PuppyLogPanel weight/health logs + projected whelping window to LitterDetail
2026-03-09 21:06:03 -05:00
6e37abf6e8
feat: add puppy weight/health log endpoints to litters router
2026-03-09 21:02:15 -05:00
6672e53122
Merge pull request 'feat/litter-management-ui' ( #25 ) from feat/litter-management-ui into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #25
2026-03-09 20:55:43 -05:00
3d716a2406
feat: LitterForm accepts prefill prop to pre-populate dam + breeding date from BreedingCalendar
2026-03-09 20:54:17 -05:00
50deb6174b
feat: auto-open LitterForm with prefill when navigated from BreedingCalendar
2026-03-09 20:53:37 -05:00
7a6b770999
feat: add Record Litter CTA in CycleDetailModal when breeding date is logged
2026-03-09 20:52:57 -05:00
49d2851532
feat: add /litters/:id route for LitterDetail page
2026-03-09 20:50:42 -05:00
15aa871333
feat: add LitterDetail page with puppy roster and add/remove/create puppy
2026-03-09 20:50:25 -05:00
0e8b875a4c
feat: rebuild LitterList with create/edit/delete and LitterForm integration
2026-03-09 20:49:34 -05:00
da0e61ee98
Merge pull request 'docs: Update README & ROADMAP for v0.5.0 — Pairing Simulator + Heat Cycle Calendar' ( #24 ) from docs/update-readme-roadmap-v0.5.1 into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #24
2026-03-09 20:41:39 -05:00
da585c9e35
docs: Update ROADMAP for v0.5.0 - mark Pairing Simulator and Heat Cycle Calendar complete
2026-03-09 20:40:45 -05:00
2290680a22
docs: Update README for v0.5.1 - Trial Pairing Simulator & Heat Cycle Calendar
2026-03-09 20:39:41 -05:00
a4135213a9
Merge pull request 'feat: Heat Cycle Calendar — month grid, start-cycle modal, breeding date suggestions, whelping estimate' ( #23 ) from feat/heat-cycle-calendar into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #23
2026-03-09 20:33:42 -05:00
202c634df6
feat: Full heat cycle calendar with month grid, start-cycle modal, and breeding date suggestions
2026-03-09 20:32:21 -05:00
d7bad19275
feat: Add breeding date suggestion window endpoint
2026-03-09 20:30:42 -05:00
cc8179894b
Merge pull request 'feat: Trial Pairing Simulator - COI calculator with common ancestors' ( #22 ) from feat/trial-pairing-simulator into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #22
2026-03-09 20:26:17 -05:00
89eac7b84b
style: Add risk-badge styles for PairingSimulator
2026-03-09 20:24:04 -05:00
6a74c2d14e
feat: Wire PairingSimulator into App router and navbar
2026-03-09 20:23:17 -05:00
5184ee6e59
Merge pull request 'docs/update-readme-roadmap-v0.5' ( #20 ) from docs/update-readme-roadmap-v0.5 into master
...
Build & Publish Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #20
2026-03-09 20:22:53 -05:00
3be2f66659
feat: Add PairingSimulator page - sire/dam selection, COI, common ancestors, risk badge
2026-03-09 20:22:21 -05:00
31613e384d
docs: Update ROADMAP to reflect branding work complete, mark v0.5 sprint
2026-03-09 20:20:43 -05:00
7ac505da05
docs: Update README with header/logo/branding changes and v0.5 next features
2026-03-09 20:19:46 -05:00
e6bbb70288
ci: Add Gitea Actions workflow to build and push Docker image to Gitea Container Registry
Build & Publish Docker Image / build-and-push (push) Has been cancelled
2026-03-09 20:09:41 -05:00
029fd77913
style: Add subtle diffuse black drop shadow to logo and brand title text
2026-03-09 20:01:46 -05:00
707998d013
Update client/src/App.css
2026-03-09 19:59:38 -05:00
0848b4e7f0
style: Double logo size to 5rem, increase brand title font by 30% to 1.95rem
2026-03-09 19:55:32 -05:00
9ab3dd5a77
Merge pull request 'fix: Size brand-logo as fixed square for 1:1 logo aspect ratio' ( #19 ) from feat/header-logo-and-title-gradient into master
...
Reviewed-on: #19
2026-03-09 19:48:36 -05:00
4f81c3129e
fix: Mount ./static:/app/static volume and add STATIC_PATH env var
2026-03-09 19:24:41 -05:00
fc0bf4c6db
fix: Add /app/static directory, STATIC_PATH env var, and static volume declaration
2026-03-09 19:24:31 -05:00
18baf1b7a0
fix: Size brand-logo as a fixed square to match 1:1 logo aspect ratio
2026-03-09 19:14:51 -05:00
9258a181b0
Merge pull request 'fix: Prevent /static and /uploads paths from falling through to React catch-all' ( #18 ) from feat/header-logo-and-title-gradient into master
...
Reviewed-on: #18
2026-03-09 19:11:32 -05:00
25e4035436
fix: Prevent /static and /uploads paths from falling through to React catch-all
2026-03-09 19:10:48 -05:00
64495f4a6d
Delete static/.gitkeep
2026-03-09 18:52:42 -05:00
65a5a557ac
Upload files to "static"
2026-03-09 18:52:22 -05:00
358f80c668
Merge pull request 'feat: Header logo, gold-to-rusty-red title gradient, and /static asset folder' ( #17 ) from feat/header-logo-and-title-gradient into master
...
Reviewed-on: #17
2026-03-09 18:52:00 -05:00
1d4534374b
feat: Add static/ directory for branding assets (drop br-logo.png here)
2026-03-09 18:50:16 -05:00
24d96ca08a
feat: Proxy /static to Express server in Vite dev mode
2026-03-09 18:50:04 -05:00
422ea5cf7f
feat: Serve /static directory for logo and branding assets
2026-03-09 18:49:52 -05:00
eb661782fe
feat: Add brand-logo sizing and gold-to-rusty-red gradient on brand-text
2026-03-09 18:49:29 -05:00
bc6cf83f72
feat: Replace generic icon with br-logo.png in navbar brand
2026-03-09 18:47:27 -05:00
a47ede4340
Merge pull request 'docs/clean-schema-and-roadmap-update' ( #16 ) from docs/clean-schema-and-roadmap-update into master
...
Reviewed-on: #16
2026-03-09 02:25:15 -05:00
e3bea6593c
Clean: Remove outdated documentation
2026-03-09 02:24:10 -05:00