Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate FreeCodeCamp API's in place of the Mock API endpoints #71

Open
utsab opened this issue May 10, 2022 · 1 comment
Open

Integrate FreeCodeCamp API's in place of the Mock API endpoints #71

utsab opened this issue May 10, 2022 · 1 comment

Comments

@utsab
Copy link
Collaborator

utsab commented May 10, 2022

We have two main mock API endpoints:

  1. The dashboard gets its data from the /getProfileData endpoint.
  2. The join page fetches the student uuid from the /getStudentProfile endpoint
@utsab
Copy link
Collaborator Author

utsab commented May 11, 2022

For now (5/11/22), we'll keep using the mock endpoint for 1) while we continue iterating on the front-end. Eventually, the classroom app will get integrated directly into FreeCodeCamp, which will allow the classroom app to talk to the API endpoints more easily. The classroom app will still be able to be deployed independently, but there will be additional authorization steps required in this case for the classroom app to talk to the FreeCodeCamp API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant