- Issue created by @ericrubino
- Status changed to Closed: works as designed
4 months ago 5:43pm 12 July 2024
Currently the module only uses the following items from the USAJOBS API
- job_title: Position title.
- job_url: URL to the originating job item.
- job_organization: Government organization name.
- job_location: Location of the job.
- job_salary_min: Minimum salary job offer.
- job_salary_max: Maximum salary job offer.
- job_start_date: Start date for applying job.
- job_end_date: End date for applaying job.
Use module as is
Add additional items to usajobs.theme.inc
job_sub_agency
job_category_name
job_category_code
job_grade
job_low_grade
job_high_grade
Add other remaining items supplied by API that aren't defined
Closed: works as designed
3.0
Code