binarylu / leetcode-ext

:monkey: Chrome extension for leetcode
http://binarylu.github.io/leetcode-ext/
MIT License
122 stars 34 forks source link

Suggestion: Group Progress Sharing #2

Open robturtle opened 8 years ago

robturtle commented 8 years ago

Hey, Recently I also implemented a Leetcode enhancement for group sharing. The relative code is at here.

Both my group members admitted that the group sharing would be a great motivation for all, as long as it provided a well defined visualization. A D3.js generated chart reports is planned, while currently my solution is just pushing the text progress to our slack channel.

Would you please tell me about your opinion on this group sharing idea? The solution could be either introducing the feature into this codebase, or create another extension. If you also agree with me, I would like to help : ).

P.S. Another small suggestion: add hyperlink to Leetcode's website to the extension's icon's left mouse onclick event could be of convenience.

I would also be very nice if you could write to me at yl3710#nyu.edu (replace # to @)

binarylu commented 8 years ago

It seems a good idea, I will consider it in the future. Thank you for your suggestions.