Skip to content
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

POST /job endpoint #14

Open
Tracked by #15 ...
rusher2004 opened this issue Apr 14, 2024 · 0 comments
Open
Tracked by #15 ...

POST /job endpoint #14

rusher2004 opened this issue Apr 14, 2024 · 0 comments
Labels
api Issues related to the backend API enhancement New feature or request

Comments

@rusher2004
Copy link
Collaborator

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.

@rusher2004 rusher2004 added the api Issues related to the backend API label Apr 14, 2024
This was referenced Apr 14, 2024
@rusher2004 rusher2004 added the enhancement New feature or request label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the backend API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant