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

create job posting endpoints (intermediate) #2

Open
444c43 opened this issue Jul 28, 2017 · 2 comments
Open

create job posting endpoints (intermediate) #2

444c43 opened this issue Jul 28, 2017 · 2 comments
Assignees

Comments

@444c43
Copy link
Contributor

444c43 commented Jul 28, 2017

GET    /jobs		List all jobs
POST   /jobs		Create a new job
GET    /jobs/:id	Get a job
PUT    /jobs/:id	Update a job
DELETE /jobs/:id	Delete a job

create the above endpoints for a Jobs page. use the following model for a job:

id:integer (rails creates this)
title:string
description:string
phone:string
city:string
state:string
zip:string
email:string
@444c43 444c43 changed the title create job posting endpoints create job posting endpoints (intermediate) Jul 28, 2017
@btonic btonic self-assigned this Jul 29, 2017
@btonic
Copy link
Collaborator

btonic commented Jul 29, 2017

Fixing up tests for this. Controller/Model/Migrations are set on my fork.

@444c43
Copy link
Contributor Author

444c43 commented Dec 15, 2017

@btonic is your branch First pass at the jobs endpoint complete? if so, can we get a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants