sac-tech-org / job-board

Job board for local Sacramento companies and startups
https://jobs.sac-tech.com
1 stars 0 forks source link

POST /job endpoint #14

Open rusher2004 opened 4 months ago

rusher2004 commented 4 months ago

Create the POST /job endpoint for the creation of jobs.

When creating a job, the resource will be created by a user, and is owned by a company (might be renamed to organization). The user attempting to create the job should have the create_job permission from the company.

As of now, the required values for a job object are title and description, both text types. Likely more will be needed. Other specific details (pay rate, employment type, etc.) will be on the job_posting resource.