Practitionist / Practitionist/elluminar_web
Hiring-partner talent marketplace (paid search over verified portfolios)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 17h 2m
- Merged PRs (30d)
- 18
Description
Why / Context
Teardown §5.3 BUILD-EXTRA: "Crio treats 1,000+ hiring partners as an internal service, not a product companies pay to access." A standing, paid hiring-partner talent marketplace — recruiters searching verified, mentor-reviewed project portfolios — is a new B2B revenue line (PRD §7.2B) that neither competitor is positioned to build.
Schema already in place — NO migration required
Tenant.type=HIRING_PARTNER;SubscriptionPlan.audience=HIRING_PARTNER+Subscription.tenantIdfor paid accessPortfolioProfile.talentOptIn+talentPreferences(consent-first)TalentBookmark(pipeline),MentorEndorsement,Credential,ProjectInstancescores as the verified signalProject.partnerTenantIdlinks co-authored briefs to recruiting partners
Implementation plan
- Hiring-partner onboarding: application → admin approval → tenant(type HIRING_PARTNER); seats via BetterAuth org members.
- Access SKU:
SubscriptionPlan(code: TALENT_SEARCH, audience: HIRING_PARTNER)+ prices (new PLAN rows — seed data, not schema); paid subscription gates the search UI. - Talent search index: opted-in portfolios only — skills (endorsement tags + techStack of passed projects), tiers passed, scores band, location/preferences; build on the issue #16 engine with a separate collection + strict consent filter at index time.
- Search UI
/talent: facets (skills, project tier, availability, experience signal), candidate cards showing verified proof-of-work (never contact info pre-consent). - Pipeline:
TalentBookmarklists, notes, stage tags in note JSON; export CSV. - Contact/intro flow: request-intro → candidate notification + accept/decline (double opt-in) → reveal contact; all events audited.
- Candidate-side controls: visibility per talentPreferences (roles, locations, salary band optional), pause visibility, see who viewed (Career-tier perk per entitlements
hiringVisibility). - Partner-brief loop: partners who co-author Flagship briefs (issue #2) get first-look access to that project's passers.
- Metrics: searches, intro-request acceptance rate, hires reported (self-report field) — pricing evidence for the SKU.
Acceptance criteria
- Only
talentOptIn=trueprofiles are searchable; opting out removes within minutes - Unpaid hiring partner hits the paywall; subscribed org searches and bookmarks
- Intro flow is double-opt-in; contact details never leak before acceptance
- Candidate sees view/intro activity per entitlement
- Partner-brief first-look list works for a co-authored project
Dependencies / sequencing
- Requires issue #6 (portfolios) + #16 (search engine); #2 strengthens supply (Flagship passers)
- Consent/DPDP review with issue #24
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with issue #16's search engine and the listed PortfolioProfile, TalentBookmark, Subscription, and MentorEndorsement schema, then review dependencies #6, #2, and #24. Done means opted-in-only search, paid access, double-opt-in introductions, candidate activity controls, partner first-look access, and the stated metrics are implemented and covered by the acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend, database, payments, search, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100