usaco-guide
usaco-guide copied to clipboard
Share Progress via Link
Similar to how you can share your OI checklist?
@bqi343 This seems pretty cool, so I would make a route like https://usaco.guide/checklist/{userID} and then fetch their Progress on all of the problems?
@bqi343 But how would they benefit from this?
mb if someone wants to show his progress to a coach or club leader. should probably be part of LMS. @thecodingwizard thoughts?
@bqi343 I see, however I believe in the LMS the coach can already see the student's status on an assigned problem, but I guess a general page with the status of all problems would also be useful.
It's currently planned for coaches / club leaders to be able to view member progress for problems that they assign. It probably won't be too difficult to extend this functionality to view progress on the entire guide later...
@thecodingwizard So should I work on this?
Sure. Just be careful about security; use a firebase function or something ig.
If someone else wants to work on this they can as I am already taking care of two issues.
tbh this isn't really necessary since you can export / import to view someone else's progress. still would be nice to have though