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

Fetch featured jobs data from API #998

Closed jjhampton closed 5 years ago

jjhampton commented 6 years ago

Feature

Why is this feature being added?

Featured Jobs data will be stored in our database and served up via API once back-end PR https://github.com/OperationCode/operationcode_backend/issues/365 is merged in. Once that's ready, the front-end will need to adjust its data source.

What should your feature do?

Fetch Featured Jobs data from API endpoint instead of using the static JSON file in the front-end that was added for #982.