-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ability to manage job openings #1175
Conversation
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 32.6%, saving 4.16 KB.
58 images did not require optimisation. |
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 27.8%, saving 2.51 KB.
62 images did not require optimisation. |
Kudos, SonarCloud Quality Gate passed! |
🎉 This PR is included in version 0.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This pull request has been automatically locked since there |
It's a huge PR.
This PR adds the ability to create, update and delete job openings.
To represent this, we have a new object,
JobOpening
, which is linked to an existing position.A job opening has to have at least one sponsor.
Job openings are publically available from the Internet in a new
jobs
page. Each company has its job openings listed there.Candidates can apply to the job openings from this page.
We also manage the entire recruitment process.
Remain to be done: