You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dhanrajchaurasia sir
I have added user to fetch codeforces profiles using handle through api.
And stored the profile data in database in table - profiles.
I'm not able to find Atcoder api.
@dhanrajchaurasia sir I have added user to fetch codeforces profiles using handle through api. And stored the profile data in database in table - profiles. I'm not able to find Atcoder api.
You shouldn't store multiple profiles of codeforces for the same user also you shouldn't fetch it like that. It should be like you enter the handle once (if possible try verifying the handle for that user i.e. ask him to change some stuff which actuall is fetchable from the api) and then display the profile in a clean manner not like that one (You can search for profiles to get an example to add the same)
@dhanrajchaurasia sir
I have removed redundancy from database by using email.
Added frontend to profile page.
Fetched data from Codeforces and Atcoder apis stored in database without duplicacy and showed profile on profile page.
Description
The text was updated successfully, but these errors were encountered: