[Frontend] Integrate Get Team on Admin Panel
Deliverables-
- Under Admin Panel,
About Us=>Manage TeamIt should call the Get Team api and the actual data should be populated - Clean the redundant team data from the test folder
Note - This issue is dependent on https://github.com/HITK-TECH-Community/Community-Website/issues/723
I would like to work on this issue.
please go ahead @AdnanMuzavor Happy Learning :)
Any updates? @AdnanMuzavor
Can I work on this under GSSoc22?
On it @aakankshabhende !!
@Kajol-Kumari the data which I am getting from backend using API is of team members and not of team. There is no specific API for getting teams rather the API gives team members who belong to different team. Shall I render team members and their details as returned by API?
@Kajol-Kumari, can I work on this ?
@Kajol-Kumari, https://hitk-community-website-backend.herokuapp.com/teamMember/getTeamMembers, not working

In Local, it is working perfect
@Kajol-Kumari, https://hitk-community-website-backend.herokuapp.com/teamMember/getTeamMembers, not working
In Local, it is working perfect
@Kajol-Kumari, ?
@Kajol-Kumari, https://hitk-community-website-backend.herokuapp.com/teamMember/getTeamMembers, not working
In Local, it is working perfect
@Kajol-Kumari, ?
Can we please check if the baseurl is correctly getting updated after deployment
To check that, I need heroku access
@Kajol-Kumari,

is this what expected, right ? I changed the API url to localhost url and it's getting response
@Kajol-Kumari,
is this what expected, right ? I changed the API url to localhost url and it's getting response
@Kajol-Kumari ?
@Kajol-Kumari,
is this what expected, right ? I changed the API url to localhost url and it's getting response
We need to show all the details except created date & time. Also as far as I remember the Get team api is an authenticated api. Also with the heroku base, i am anticipating CORS issue which we need to fix as we can't deploy with baseurl as localhost
Get Team API is not authenticated, i checked that
@Kajol-Kumari, I think backend code changes since last 6 months are not published to heroku cause the all routes which are made or updated during last 6 months are not working on heroku base

Hmm.... I am not even able to login (wierd) 👀

Let me followup with heroku team on this
@Kajol-Kumari, Currently I am building this feature with localhost url and at the time of PR i will change that url, is it ok ?
@Kajol-Kumari, Currently I am building this feature with localhost url and at the time of PR i will change that url, is it ok ?
Hi @arinmodi Now, the backend is up. If if have done the change. feel free to raise the PR
@Kajol-Kumari Hey Kajol, I want to work on it under JWOC