itx-informationssysteme / jobapplications

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.
https://extensions.typo3.org/extension/jobapplications/
Other
7 stars 10 forks source link

Salary min max #104

Open ste101 opened 1 year ago

ste101 commented 1 year ago

It is possible to have a min and max baseSalary like this:

"baseSalary": {
  "@type": "MonetaryAmount",
  "currency": "USD",
  "value": {
    "@type": "QuantitativeValue",
    "minValue": 40.00,
    "maxValue": 50.00,
    "unitText": "HOUR"
  }
}

https://developers.google.com/search/docs/appearance/structured-data/job-posting#basesalary

What do you think would be the best way to make this possible?

ghost commented 1 year ago

Let's go with the fields, but let's reuse the existing base_salary field and have it represent both "value" and "minValue" Google Jobs fields. That would make it backward compatible. While we are touching this area, we could also consider making the unit selectable (default Year).