Skip to content

feat(bounty): applications review tab (#631)#670

Merged
Benjtalkshow merged 1 commit into
boundlessfi:feat/t-replacefrom
Benjtalkshow:feat/bounty-applications-review
Jul 5, 2026
Merged

feat(bounty): applications review tab (#631)#670
Benjtalkshow merged 1 commit into
boundlessfi:feat/t-replacefrom
Benjtalkshow:feat/bounty-applications-review

Conversation

@Benjtalkshow

Copy link
Copy Markdown
Collaborator

Closes #631. Part of the Bounty Operate to Payout milestone (#638). Stacked on #669 (#633) → #668 (#632) → #667 (#630) — merge those first; until then the diff shows their commits too.

What

Fills the management dashboard's Applications tab (shown only for application entry types, from #630's mode-aware shell). The Decide surface for application-mode bounties:

  • Proposal review — full/short proposal, qualifications, estimated days, video-intro link, portfolio links, applicant address, applied date, status badge.
  • Mode-aware actions (on SUBMITTED applications):
    • Single-claim → per-application Select (POST …/applications/select).
    • Competition → checkboxes + a sticky Approve shortlist (N) bar respecting shortlistSize (POST …/shortlist).
    • Decline (both) → inline optional-reason box (POST …/:appId/decline).
  • State + decline reasons reflect back; mutations invalidate the applications list + overview stats.

Data layer

listBountyApplications (hand-typed to BountyApplicationResponseDto — the list endpoint has no @ApiOkResponse) + typed select/shortlist/decline clients, and the matching hooks.

Verification

tsc 0 errors, eslint clean. Endpoints verified live against the running v2 backend.

Notes

@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

@Benjtalkshow is attempting to deploy a commit to the Threadflow Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ca5d4967-fc48-4ace-82d8-d6731cfa3960

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Fill the management dashboard's Applications tab (application entry types):
list applications with proposal content (short/full, portfolio, estimated
days, qualifications, video), applicant + status. Mode-aware actions on
submitted applications — single-claim selects one, competition shortlists N
(respecting shortlistSize), both can decline with a reason. Adds the
organizer applications data layer (list + select/shortlist/decline).
@Benjtalkshow Benjtalkshow force-pushed the feat/bounty-applications-review branch from 69ae2b1 to dced3cf Compare July 5, 2026 12:41
@Benjtalkshow Benjtalkshow merged commit 935072f into boundlessfi:feat/t-replace Jul 5, 2026
1 of 2 checks passed
@0xdevcollins

Copy link
Copy Markdown
Collaborator

Thanks for this — the feature itself reviewed well. One correctness fix was needed (declining a checked application left its id in the shortlist selection, so Approve shortlist could submit a DECLINED application). I couldn't push to this branch (GitHub rejects maintainer edits on the fork despite the flag being enabled), so this continues as #672 — your commit as-is plus that one fix on top. Full review notes are in #672's description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants