feat: publication management with cover images, PDFs, and fruit images (story #04) #4

Merged
julia merged 1 commits from feature/04-fruit-publications into main 2026-06-18 09:27:59 +00:00
Owner

Summary

  • Full CRUD for publications (title, author, osdb_pub_id, cover image stored as BYTEA)
  • Link/unlink fruits to publications; upload per-fruit PDF descriptions (1 per pub+fruit, dup→409)
  • Upload publication fruit images; fruit detail page gains descriptions and images sections
  • ImageOverlayDrawer component for full-size cover image overlay

Test plan

  • make test passes (24 handler unit + 7 integration + 10 frontend API tests)
  • Cover image upload/serve/delete works
  • Link fruit, PDF description, and fruit image via publication detail page
  • Fruit detail shows descriptions and publication images

🤖 Generated with Claude Code

## Summary - Full CRUD for publications (title, author, osdb_pub_id, cover image stored as BYTEA) - Link/unlink fruits to publications; upload per-fruit PDF descriptions (1 per pub+fruit, dup→409) - Upload publication fruit images; fruit detail page gains descriptions and images sections - ImageOverlayDrawer component for full-size cover image overlay ## Test plan - [ ] `make test` passes (24 handler unit + 7 integration + 10 frontend API tests) - [ ] Cover image upload/serve/delete works - [ ] Link fruit, PDF description, and fruit image via publication detail page - [ ] Fruit detail shows descriptions and publication images 🤖 Generated with [Claude Code](https://claude.com/claude-code)
julia added 1 commit 2026-06-18 08:59:00 +00:00
Full CRUD for publications; link fruits to publications; upload per-fruit
PDF descriptions and fruit images stored as BYTEA; fruit detail page shows
publication descriptions and images. ImageOverlayDrawer for cover thumbnail
full-size view.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
julia merged commit dfa3d91ab9 into main 2026-06-18 09:27:59 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: julia/osdb-1-claude-opusplan#4