Code-dig-ger / Backend

This is the Backend open-source API developed to provide data to our Frontend React Website. Codedigger aims at accumulating the data of competitive programming platforms into one platform.
https://api.codedigger.tech
Apache License 2.0
13 stars 16 forks source link

feat: Add description field while storing problem in a user list. #37

Closed ShivamSinghal1 closed 2 years ago

ShivamSinghal1 commented 3 years ago

While we are storing a problem to a problem list.

Currently we POST request to /lists/userlist/add url to add a problem to a particular list.

Now, this accepts only - prob_id, platform, and a slug of the list.

add another field description, so that we can store the description also along with ProblemID and ListID.

Function to be update - codedigger.lists.view.UserlistAddProblemView

Sreelayavuyyuru commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch feature/Sreelayavuyyuru/issue-37/feat-add-description-field-while-storing-problem-in-a-user-list created!