Skip to content

feat(api): implement GET /bounties/:id bounty detail#92

Open
automaton365-sys wants to merge 1 commit into
devasignhq:mainfrom
automaton365-sys:feat/bounty-detail-endpoint
Open

feat(api): implement GET /bounties/:id bounty detail#92
automaton365-sys wants to merge 1 commit into
devasignhq:mainfrom
automaton365-sys:feat/bounty-detail-endpoint

feat(api): add bounty detail response with creator, assignee, and app…

8702d46
Select commit
Loading
Failed to load commit list.
DevAsign Agent / DevAsign · End goal succeeded May 31, 2026 in 0s

All acceptance criteria met

The endpoint returns full bounty details enriched with creator info, assignee info (when assigned), application count, and status, and returns 404 for missing bounties. Tests cover both the success shape and the 404 case. All criteria are satisfied.