Challenge Overview

We finished up the merge our API to the frontend for our TCO14 mobile application. We have some final fixes we need to do based upon what was found in the last challenge.

  1. authorization API incomplete - https://github.com/cloudspokes/tco-api/issues/91
    • You should use create JWT(http://docs.tcapi.apiary.io/#post-%2Fv2%2Fauth) api to get your JWT token and put this token in Authorization http header to access private information
  2. messages API incomplete - https://github.com/cloudspokes/tco-api/issues/90
    • Update the mobile app code to match the message api response format
  3. multimedia API route - https://github.com/cloudspokes/tco-api/issues/89
    • we can detect the media file by the suffex name (e.g. .jpeg, .mp4)
  4. GET attendees new parameter - https://github.com/cloudspokes/tco-api/issues/88
    • will update the tco-api to support this
  5. POST signup json error - https://github.com/cloudspokes/tco-api/issues/87
    • api fixed.
  6. POST message json error - https://github.com/cloudspokes/tco-api/issues/86
    • api fixed.
  7. Get settings json error - https://github.com/cloudspokes/tco-api/issues/85
    • api fixed.
  8. Call tcapi after signup - https://github.com/cloudspokes/tco-api/issues/83
    • use nodejs api to login as the issue 1 solution and then access http://docs.tcapi.apiary.io/#userprofile to get user profile.


Final Submission Guidelines

The source for the UI is available here. Clone the repo and get started. If you need to connect it to the API please see the API docs. You must clone this repo and run the API locally. If you find any discrenprencies with the API, the docs or the UI code, please post it to the forums and we'll reply as soon as possible. 

If you need test or sample data, please see the API tests for more help or post a message to the forum. See this page for login credentials.

 

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30045266