-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request