Context
Part of the Bounty Operate to Payout milestone (v1 boundless, Decide). The organizer reviews applications and shortlists/selects applicants. Mode-aware.
Blueprint to mirror
- Hackathon organizer submissions management (
components/organization/hackathons/submissions/*) + the org shortlist/select API.
Tasks
Acceptance criteria
- Organizer can review + shortlist/select/decline applications; UI matches the mode (select 1 vs shortlist N).
Depends on
- Bounty data layer (organizer hooks); applies to APPLICATION_LIGHT / APPLICATION_FULL modes.
Context
Part of the Bounty Operate to Payout milestone (v1
boundless, Decide). The organizer reviews applications and shortlists/selects applicants. Mode-aware.Blueprint to mirror
components/organization/hackathons/submissions/*) + the org shortlist/select API.Tasks
POST .../v2/applications/select); competition -> shortlist N (POST .../shortlist); decline with reason (POST .../:appId/decline).Acceptance criteria
Depends on