Hey folks!
I’m working on a feature for the opensearch.org site. I’ve had a few folks reach out to me about finding engineers to either contribute to OpenSearch or to manage OpenSearch clusters. I didn’t know anyone off hand and this community doesn’t really have a good way of communicating that. Itch scratching time!
What I’d like to do is setup a free job posting board on opensearch.org. It would be managed through pull requests (need to post a job? Do a PR). It’s not terribly complicated to implement but I’d like to find out if it would be a desired feature and that I am building it with the right features.
Here is a small mock up:
Each job posting would be a markdown file with YAML front matter:
---
date_of_posting: 2021-09-25 # required
work_with_opensearch: true # optional, using OpenSearch
work_on_opensearch: true # optional, contributing to OpenSearch
organization: Software, Inc. # required, company or organization hiring
job_title: OpenSearch Software Development Engineer # required
remote_possible: true # required, if this is location independent
apply_link: https://example.com/ # required, the CTA button on the job posting
fulltime: true # optional, considered to be full time employment in the jurisdiction of hiring
contract: false # optional, false = ongoing employment, true = limited term employment
location: # optional
lat: 40.7128N # optional & future use, latitude - lon is required if lat is set
lon: 74.0060W # optional & future use, longitude - lat is requried if lon is set
description: New York, NY USA # required if location is set
# below the triple dash is the job description
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas laoreet, risus sit amet interdum aliquet, nunc ante sodales elit, a imperdiet nisi sem in nulla. Etiam et orci et felis egestas eleifend nec sed urna. Nulla ullamcorper et augue id condimentum. Integer diam magna, vulputate iaculis dui a, dapibus sagittis risus. Pellentesque ornare elementum porttitor. Pellentesque nec ultricies dui. Cras tellus nulla, tempor nec bibendum ut, varius quis ex. Nulla sagittis eget nibh a luctus.
Integer tempor, dui sed consectetur ultrices, quam mi consequat nibh, sed aliquam turpis mauris mollis risus. Suspendisse lobortis tortor nec diam gravida efficitur laoreet vitae dolor. Fusce vulputate dolor id ultrices ultrices. Sed mi risus, mattis ac enim ultrices, vestibulum elementum erat. Suspendisse con
Do you have any thoughts? Is there something I missed in the fields above?
Job Seeker: Would you use the feature described above to find a new role?
- Absolutely
- Maybe
- Probably Not
- Nope
- This doesn’t apply to me
0 voters
Job Poster: Would you use the feature described above to find new people for your organization?
- Absolutely
- Maybe
- Probably Not
- Nope
- This doesn’t apply to me
0 voters