algoristas / api

Algorists dashboard API
4 stars 1 forks source link

Write code to determine if a user X has resolved problem Y in COJ #5

Closed rendon closed 7 years ago

hopkins0 commented 7 years ago

What else do we care to know?

We can recovery the languages in which the user X has solved the problem Y, among a couple of things more.

Gansito144 commented 7 years ago

I think we need to focus only in the main question, since this functionality should be shared among others judges, maybe for other properties we need to check if is possible to get the same info over all platforms.

rendon commented 7 years ago

I would go with this template (from issue #3 ):

{
    "problem_id": 123,
    "owner_id": 456,
    "title": "Kefa and Park",
    "source": "http://codeforces.com/problemset/problem/580/C",
    "has_solved": "NO",
    "has_tried": "YES"
}
hopkins0 commented 7 years ago

Issue approached in commit 3681e9a