Skip to content

Allow crawler to fetch all solutions #28

@rajatgoyal715

Description

@rajatgoyal715

Problem

Currently, there is no feature to directly fetch all the solutions user have done.

Solution

Firstly, we are fetching the total number of submissions user has done (to check whether login has been successful or not), so either we can show the number of submissions first, and then user can put the same number in the limit input to fetch all solutions.

On second thoughts, we can provide limit as a parameter to the script which will behave like this:

  • If limit parameter is not passed, it will fetch all the submissions
  • If limit parameter is passed, then it will fetch only that many solutions

@rajat19 @rishabhsingh971 Please provide your opinions on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions