Feature
Why is this feature being added?
Allow jobs to be saved in the database and provided to the front end via an endpoint. This feature will also allow CRUD actions via the admin dashboard. See front end issue OperationCode/operationcode_frontend#982 for discussion.
What should your feature do?
Needs to include:
- new db table
- new
GET index endpoint
- new resource in ActiveAdmin
- test coverage
- API docs
Jobs table to include:
- title
- source_url
- source
- city
- state
- country
- description
- status (i.e. active, inactive)
- remote
Also include tagging.