OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Add jobs table, endpoint, and functionality #365

Open leenyburger opened 6 years ago

leenyburger commented 6 years ago

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 https://github.com/OperationCode/operationcode_frontend/issues/982 for discussion.

What should your feature do?

Needs to include:

Jobs table to include:

dmarchante commented 5 years ago

@hpjaj Is there a reason the On Hold tag is applied here?

dmarchante commented 5 years ago

@leenyburger are you still working on this?

jjhampton commented 5 years ago

@dmarchante Looks like there is a PR that was submitted and is awaiting review/approval: https://github.com/OperationCode/operationcode_backend/pull/366

kylemh commented 5 years ago

Closing the related front-end ticket. When this is merged, please create issue in front-end

apex-omontgomery commented 5 years ago

This is available, @leenyburger did most of the work and if you want to finish up her efforts please see the following pr: https://github.com/OperationCode/operationcode_backend/pull/366

apex-omontgomery commented 5 years ago

This is basically done, just waiting to figure out how to do prod db migrations.