Skip to content

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

Closed
seanprashad opened this issue Jan 23, 2021 · 7 comments
Closed

Add "Last Solved On" Column #89

seanprashad opened this issue Jan 23, 2021 · 7 comments

Comments

@seanprashad
Copy link
Owner

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)

@LordChakshu
Copy link
Contributor

Hey @seanprashad This would surely be an useful feature, I would like to take it up.

@seanprashad
Copy link
Owner Author

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!

@LordChakshu
Copy link
Contributor

LordChakshu commented Aug 16, 2024

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).
This way one can keep check on when they last solved the problem.
Screenshot 2024-08-16 061322

@seanprashad
Copy link
Owner Author

Nice work! Please feel free to open a pull request and I'll take a look when I get a chance. Thank you!

@LordChakshu
Copy link
Contributor

Hey @seanprashad I have Raised the PR take a look when you get a chance.
Thanks.

@seanprashad
Copy link
Owner Author

Thank you! I'll get a chance to review it within the next week or so

@seanprashad
Copy link
Owner Author

Fixed with #320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants