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 222 forks source link

the team page is not pulling info from the `TeamMember` db table #943

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

Bug Report

What is the current behavior?

The team page is not pulling info from the TeamMember db table: https://operationcode.org/team

You can confirm what the contents of the db table are by running this cURL command:

curl -X GET https://api.operationcode.org/api/v1/team_members

What is the expected behavior?

What steps did you take to get this behavior?

Visiting https://operationcode.org/team

jjhampton commented 6 years ago

Thanks for reporting @hpjaj - I'll take a look at using the API endpoint for team members instead of the static client-side files today.

jjhampton commented 6 years ago

Currently blocked by https://github.com/OperationCode/operationcode_backend/issues/305.

hpjaj commented 6 years ago

Update: https://github.com/OperationCode/operationcode_backend/issues/305 is merged - removing blocker

jjhampton commented 6 years ago

Looks like I missed that we need an email field from the API for team members on the executive staff - reblocking for now. I've got everything else working, will open PR once that's ready.

hpjaj commented 6 years ago

Update: https://github.com/OperationCode/operationcode_backend/pull/310 is merged - removing blocker