-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add "Last Solved On" Column #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @seanprashad This would surely be an useful feature, I would like to take it up. |
Hi @LordChakshu - please give it a shot! I think we can maybe save an array of dates, similar to how we do it for completed questions, and then show a tooltip whenever a user hovers over the checked completed box for the respective row. Let me know if you'd like a hand with anything! |
Hey @seanprashad - I have come up with a Last Solved On Column that will display the date when user checks the box to mark question as completed(Unchecking box/ Reset will remove the date). |
Nice work! Please feel free to open a pull request and I'll take a look when I get a chance. Thank you! |
Hey @seanprashad I have Raised the PR take a look when you get a chance. |
Thank you! I'll get a chance to review it within the next week or so |
Fixed with #320 |
It'd be nice to have a column that would show you when you last solved the question! This could be useful for individuals who want to re-attempt previous questions that gave them trouble (like Backtracking for me)
The text was updated successfully, but these errors were encountered: