OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 223 forks source link

Add Jobs page #413

Closed hollomancer closed 6 years ago

hollomancer commented 6 years ago

Feature

Why is this feature being added?

We have a revenue-sharing agreement arranged with ZipRecruiter, to help let our community know about developer jobs. We need to create a page that uses ZipRecruiter's API to list these jobs.

What should your feature do?

Provide a portal that lists software developer jobs based on the search criterial we provide.

Please contact me on Slack at @hollomancer for more API details.

rickr commented 6 years ago

What's the authentication method being use? If there are any secrets this will need a corresponding backend endpoint.

hollomancer commented 6 years ago

We can add a widget that gives us MVP functionality, but I'll need someone familiar with React to assist me.

hollomancer commented 6 years ago

Time for stage 2!

Per convo with @ksmacleod99, intent here is to add the ability to highlight specific job opportunities for both our community, and potential funders. If we can spotlight specific job opportunities, specifically ones that we can provide a direct reference for, we could help get vets into jobs a bit more easily.

jjhampton commented 6 years ago

@hpjaj How difficult would it be to add a table to the DB for 'job postings', so we could perform CRUD actions on sponsored job postings as described above via Admin Dashboard?

Wondering if that data could be exposed via API to a front-end React component, which could fetch them via http call and then display on our page.

jjhampton commented 6 years ago

Going to move discussion of this to #982 - please move conversation there.