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: create a function to filter problems #102

Open ShivamSinghal1 opened 3 years ago

ShivamSinghal1 commented 3 years ago

Create a function - if we give param "COOK", "LONG", "LUNCH" or "START" to that function it should return problems to a particular contest.

E.g. - Given "COOK" and "LONG" to function - it should return Problems Model Object List containing problems to Long Challenge and Cook-Off.

Steps - Filter Contests using some filter. Filter Problems that are in that contests.