This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Add jobs table, endpoint, and functionality #365
Open
Description
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.