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

Convert GraphQL calls in TeamPage.js to API calls #194

Closed
yu-nix opened this issue Mar 29, 2022 · 1 comment · Fixed by #209
Closed

Convert GraphQL calls in TeamPage.js to API calls #194

yu-nix opened this issue Mar 29, 2022 · 1 comment · Fixed by #209
Assignees

Comments

@yu-nix
Copy link
Member

yu-nix commented Mar 29, 2022

The GraphQL makes a call to get a specific team. There is an API route that does the same thing with a team ID passed in.

This component should also be converted from a Class to a Functional components.

See #193 for details about converting GraphQL (specifically the QueryRenderer and props) to be compatible with non GraphQL data. I.e. fully rid the component of GraphQL. #193 will also have details about how to convert components from Class to Functional (in our case, we will be using the Const form)

@yu-nix yu-nix pinned this issue Mar 29, 2022
@yu-nix yu-nix assigned doddapranit and unassigned Drakodin May 20, 2022
@yu-nix
Copy link
Member Author

yu-nix commented May 22, 2022

This issue should provide an opportunity to interact with the front end as well as our new system of backend (which is in the API repository among services).

@doddapranit doddapranit linked a pull request Sep 10, 2022 that will close this issue
@yu-nix yu-nix unpinned this issue Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants