LorenzoBe / LeetPlug

This is a browser extension that is able to interact with LeetCode official site. The main goal is to be able to track the activities on each problem and all the related events: submissions, time spent coding the solution, repetitions of a problem.
https://leetplug.azurewebsites.net/
GNU General Public License v3.0
101 stars 8 forks source link

Adding a new feature #9

Open gyani-codes opened 3 years ago

gyani-codes commented 3 years ago

Hi there I am thinking of adding a new column in the field to store the tag of the problem too in the csv, so that later we can analyze our data in to track the progress.

LorenzoBe commented 3 years ago

Hi @vishal-codes, sorry but I didn't understand very well. What should be the source of the tag? The LeetCode page? Are there any tag connected to the problem? Or probably you would like to add it directly in the LeetPlug page? Unfortunately this would require quite a lot of work, currently the the web page is just a visualiser without any posibility to write new data/metadata/tag

gyani-codes commented 3 years ago

Hi @LorenzoBe the tag of the problem would pe the category of the problem like stack , queue , linked list , greedy . So that user can see a piechart of how many problems he has solved in the particular category.

LorenzoBe commented 3 years ago

Now I can see! So you mean to submit also the keywords in "Related Topics" field of the problem. Thanks, this would be nice. It would require some change to both the browser extension and the web service. Let's see if some other would like the feature. If you have time, I also would accept a Pull request :)

gyani-codes commented 3 years ago

@LorenzoBe Yes Sure , I have been currently busy with my university exams I will contact you after 16th Feb. Thanks