Skip to content

feat(jobs): add main tier and new sponsor job listings - #238

Merged
francescarpi merged 3 commits into
mainfrom
feat/jobs-main-tier-and-listings
Sep 17, 2026
Merged

francescarpi merged 3 commits into
mainfrom
feat/jobs-main-tier-and-listings

Conversation

@dukebody

Copy link
Copy Markdown
Contributor

Support main sponsor tier sorting/featured display, and publish Perk, HRT, and Veriff openings.

Support main sponsor tier sorting/featured display, and publish Perk, HRT, and Veriff openings.

Co-authored-by: Cursor <cursoragent@cursor.com>
}[]

const tierOrder: Record<TJobTier, number> = { platinum: 0, gold: 1, silver: 2, bronze: 3 }
const tierOrder: Record<TJobTier, number> = { main: 0, platinum: 1, gold: 2, silver: 3, bronze: 4 }

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

faltaba main para ordenar y poner como featured.

he puesto featured platinum y main solo

@francescarpi francescarpi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@francescarpi
francescarpi merged commit 9de5599 into main Sep 17, 2026
1 check passed
@francescarpi
francescarpi deleted the feat/jobs-main-tier-and-listings branch September 17, 2026 15:22
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