PedroBortolli / CFStats

A web app that consumes Codeforces API to display useful stats, comparison between users, etc
MIT License
8 stars 1 forks source link

Notice user if problem/contest added has already been solved at the /profile page #6

Closed PedroBortolli closed 6 years ago

PedroBortolli commented 6 years ago

At the /profile page, the application must talk to the Codeforces API when the user adds a problem/contest to notice (or not) if the problem/contest being added has already been solved. Make sure if the user still wants to add it in case it's been solved.

The same thing should be done when loading the page and there are links in the database already.

PedroBortolli commented 6 years ago

Implemented on 54fe60f